diff options
-rw-r--r-- | TODO | 1 | ||||
-rwxr-xr-x | all_tests.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO index 83d41fec..9bf7b148 100644 --- a/TODO +++ b/TODO @@ -33,6 +33,7 @@ General ( ) #39 10/01/17 flushinput now always good (X) #42 10/01/17 memorize directory for `` when using :cd ( ) #43 10/01/18 internally treat the bookmarks ` and ' the same + ( ) #44 10/01/18 more error messages :P Bugs 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 |