System test for repo adding .udebs. #108

This commit is contained in:
Andrey Smirnov
2014-09-30 21:26:28 +04:00
parent 6514b87e3e
commit 2c84faaf8d
9 changed files with 74 additions and 5 deletions
+1
View File
@@ -155,6 +155,7 @@ class BaseTest(object):
if not hasattr(command, "__iter__"):
params = {
'files': os.path.join(os.path.dirname(inspect.getsourcefile(BaseTest)), "files"),
'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__),
}
if self.fixtureWebServer: