feature/e2e #4
@@ -60,10 +60,13 @@ def test_engine():
|
||||
from orm.author import Author
|
||||
from orm.draft import Draft, DraftAuthor, DraftTopic
|
||||
from orm.shout import Shout, ShoutAuthor, ShoutTopic, ShoutReactionsFollower
|
||||
from orm.topic import Topic
|
||||
from orm.topic import Topic, TopicFollower
|
||||
from orm.reaction import Reaction
|
||||
from orm.invite import Invite
|
||||
from orm.notification import Notification
|
||||
from orm.collection import Collection
|
||||
from orm.shout import ShoutReactionsFollower
|
||||
from orm.author import AuthorFollower, AuthorRating
|
||||
|
||||
# Инициализируем RBAC систему
|
||||
import rbac
|
||||
|
||||
Reference in New Issue
Block a user