Searched refs:testDirectory (Results 1 – 2 of 2) sorted by relevance
58 def testsRunner(testDirectory): argument60 tests = unittest.defaultTestLoader.discover(testDirectory, pattern='t*.py')
73 public void testDirectory() throws IOException { in testDirectory() method in AntResourcesLocatorTest