forked from p15670423/monkey
Agent: Add AutomatedMaster to master/__init__.py
This commit is contained in:
parent
da8e814b95
commit
86203c8138
|
@ -0,0 +1 @@
|
|||
from .automated_master import AutomatedMaster
|
|
@ -1,4 +1,5 @@
|
|||
from infection_monkey.master.automated_master import AutomatedMaster
|
||||
from infection_monkey.master import AutomatedMaster
|
||||
|
||||
|
||||
def test_terminate_without_start():
|
||||
m = AutomatedMaster(None, None, None)
|
||||
|
|
Loading…
Reference in New Issue