Christian Clauss
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
run_tests.py
|
|
@ -23,8 +23,7 @@ if __name__ == '__main__': |
|
|
|
|
|
|
|
|
# Run the tests |
|
|
# Run the tests |
|
|
for fname in test_files: |
|
|
for fname in test_files: |
|
|
print 'Running "%s"...'%(os.path.splitext(os.path.split(fname)[-1])[0]) |
|
|
|
|
|
|
|
|
print('Running "%s"...'%(os.path.splitext(os.path.split(fname)[-1])[0])) |
|
|
doctest.testfile(fname) |
|
|
doctest.testfile(fname) |
|
|
|
|
|
|
|
|
print 'Finished!' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print('Finished!') |