Simulator compatibility updates
This commit is contained in:
@@ -13,6 +13,10 @@ class Simulator:
|
||||
def __init__(self, testcase: 'SimTestCase' = None) -> None:
|
||||
self.testcase = testcase
|
||||
|
||||
@property
|
||||
def gui_mode(self) -> bool:
|
||||
return self.testcase.request.config.getoption("--gui")
|
||||
|
||||
@property
|
||||
def tb_files(self) -> List[str]:
|
||||
files = []
|
||||
|
||||
Reference in New Issue
Block a user