Configured fixtures to be picked up by any test in island

This commit is contained in:
VakarisZ 2021-01-27 08:46:10 +02:00
parent 06d3c70c3e
commit 20cc720c21
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
from .test_common.mongomock_fixtures import *
from monkey_island.cc.test_common.fixtures import *

View File

@ -0,0 +1,2 @@
from .fixture_enum import FixtureEnum
from .mongomock_fixtures import *