The extlib test is in build because it tests the interaction between
prepare_source with a later scan as it is run from build.py
This commit is contained in:
Marcus Hoffmann 2020-06-30 02:47:53 +02:00
parent 8801d37649
commit f46e99a5c4
2 changed files with 36 additions and 0 deletions

View file

@ -271,6 +271,7 @@ class ScannerTest(unittest.TestCase):
self.assertEqual(len(data), len(urls), 'each data example should produce a URL')
if __name__ == "__main__":
os.chdir(os.path.dirname(__file__))