Adding check.py to tests, rather than a simple generic assert on number of wheels

This commit is contained in:
Yannick Jadoul
2019-04-20 20:49:56 +02:00
parent 52e8f41b5c
commit 95d2086ced
9 changed files with 65 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if __name__ == '__main__':
### run the integration tests
test_projects = glob('test/??_*')
test_projects = sorted(glob('test/??_*'))
if len(test_projects) == 0:
print('No test projects found. Aborting.', file=sys.stderr)