(self, tests_repos, test_root)
| 911 | |
| 912 | class LiteralTestSuite(TestSuite): |
| 913 | def __init__(self, tests_repos, test_root): |
| 914 | super(LiteralTestSuite, self).__init__('root') |
| 915 | self.tests_repos = tests_repos |
| 916 | self.test_root = test_root |
| 917 | |
| 918 | def GetBuildRequirements(self, path, context): |
| 919 | (name, rest) = CarCdr(path) |