diff options
Diffstat (limited to 'all_tests.py')
-rwxr-xr-x | all_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all_tests.py b/all_tests.py index dde73d53..33b16f7f 100755 --- a/all_tests.py +++ b/all_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python """Run all the tests inside the test/ directory as a test suite.""" if __name__ == '__main__': import unittest |