Fix system tests

This commit is contained in:
Lorenzo Bolla
2021-09-21 18:52:43 +02:00
parent ff51c46915
commit 787cc8e3ee
51 changed files with 607 additions and 66 deletions
+1
View File
@@ -16,6 +16,7 @@ class RootDirInaccessible(BaseTest):
"""
serve command aborts if rootDir is inaccessible
"""
skipTest = 'User is root' if os.environ['USER'] == 'root' else False
fixtureDB = False
fixturePool = False