feature/e2e #4

Merged
to merged 22 commits from feature/e2e into dev 2025-08-20 17:21:31 +00:00
144 changed files with 7201 additions and 3788 deletions
Showing only changes of commit a37d9c6364 - Show all commits

View File

@@ -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