Created a separate directory for unit tests and moved them into that directory

This commit is contained in:
VakarisZ 2021-05-19 09:41:15 +03:00
parent 4f25e1b6c8
commit 30008d47a8
76 changed files with 3 additions and 3 deletions

View File

@ -1,3 +0,0 @@
# Without these imports pytests can't use fixtures,
# because they are not found
from tests.monkey_island.cc.mongomock_fixtures import * # noqa: F401,F403

View File

@ -0,0 +1,3 @@
# Without these imports pytests can't use fixtures,
# because they are not found
from tests.unit_tests.monkey_island.cc.mongomock_fixtures import * # noqa: F401,F403