Update all CI config

This commit is contained in:
Aurelien Vaillant
2022-02-23 17:35:11 +01:00
parent 3bcee6f017
commit 81f789cc30
9 changed files with 215 additions and 78 deletions
+4
View File
@@ -6,3 +6,7 @@ class Archive(Exception):
class ArchiveFolderSourceNotFound(Archive):
def __str__(self):
return f'Can\'t find the folder source "{self.source}".'
class ContainerErrorTest(Exception):
""" Failed to generate the test """