mirror of
https://github.com/mvt-project/mvt.git
synced 2026-07-16 17:37:20 +02:00
Uniforming style in test units
This commit is contained in:
+2
-1
@@ -23,5 +23,6 @@ def get_artifact_folder():
|
||||
def get_backup_folder():
|
||||
return os.path.join(os.path.dirname(__file__), "artifacts", "ios_backup")
|
||||
|
||||
|
||||
def get_indicator_file():
|
||||
print("PYTEST env", os.getenv('PYTEST_CURRENT_TEST'))
|
||||
print("PYTEST env", os.getenv("PYTEST_CURRENT_TEST"))
|
||||
|
||||
Reference in New Issue
Block a user