mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
test for #796
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:
parent
8801d37649
commit
f46e99a5c4
2 changed files with 36 additions and 0 deletions
|
|
@ -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__))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue