forked from p34709852/monkey
Added env. reset before tests
This commit is contained in:
parent
5d8662deb4
commit
896e6e486f
|
@ -40,6 +40,7 @@ def wait_machine_bootup():
|
||||||
@pytest.fixture(scope='class')
|
@pytest.fixture(scope='class')
|
||||||
def island_client(island):
|
def island_client(island):
|
||||||
island_client_object = MonkeyIslandClient(island)
|
island_client_object = MonkeyIslandClient(island)
|
||||||
|
island_client_object.reset_env()
|
||||||
yield island_client_object
|
yield island_client_object
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue