Update unit test template with last modifications, clean and manage some errors

This commit is contained in:
Jeremy D
2022-02-16 11:45:27 +01:00
parent 8ba8ab4715
commit edd4095d25
5 changed files with 25 additions and 15 deletions
-1
View File
@@ -43,6 +43,5 @@ if __name__ == '__main__':
launch_unit_test(test=test_list, tag=docker_tag)
# Clear archive file and container
clear_container_test(tag=docker_tag)
for archive in archives:
os.remove(Path(os.getcwd(), archive))