Created a separate directory for unit tests and moved them into that directory
This commit is contained in:
parent
4f25e1b6c8
commit
30008d47a8
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue