Uniforming style in test units

This commit is contained in:
Nex
2022-01-18 16:33:13 +01:00
parent fa84b3f296
commit 1460828c30
5 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -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"))