mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-17 08:30:38 +02:00
Generate stix2 for each test run
This commit is contained in:
+2
-8
@@ -18,11 +18,5 @@ def get_artifact_folder():
|
||||
def get_backup_folder():
|
||||
return os.path.join(os.path.dirname(__file__), "artifacts", "ios_backup")
|
||||
|
||||
def init_setup():
|
||||
"""
|
||||
init data to have a clean state before testing
|
||||
"""
|
||||
try:
|
||||
del os.environ['MVT_STIX2']
|
||||
except KeyError:
|
||||
pass
|
||||
def get_indicator_file():
|
||||
print("PYTEST env", os.getenv('PYTEST_CURRENT_TEST'))
|
||||
|
||||
Reference in New Issue
Block a user