Introduced --retries flag, made thorough refactoring

- updated sites list
- test scripts linting
This commit is contained in:
Soxoj
2021-05-01 23:51:48 +03:00
parent 7fd4a2c516
commit 5ee91f6659
18 changed files with 6182 additions and 4943 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ def get_test_reports_filenames():
def remove_test_reports():
reports_list = get_test_reports_filenames()
for f in reports_list: os.remove(f)
for f in reports_list:
os.remove(f)
logging.error(f'Removed test reports {reports_list}')