First pack of system tests for aptly repo include. #71

This commit is contained in:
Andrey Smirnov
2015-03-16 22:50:58 +03:00
parent 71b7de7a63
commit 103fa5310f
9 changed files with 108 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@ class BaseTest(object):
if not hasattr(command, "__iter__"):
params = {
'files': os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files"),
'changes': os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "changes"),
'udebs': os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "udebs"),
'testfiles': os.path.join(os.path.dirname(inspect.getsourcefile(self.__class__)), self.__class__.__name__),
'aptlyroot': os.path.join(os.environ["HOME"], ".aptly"),