diff options
-rwxr-xr-x | test.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -117,6 +117,9 @@ def main(): else: testList = listTests(filePrefixes=sys.argv[2:]) + if len(testList) == 0: + _die("No tests listed!!!") + if test_command == "list": testDo = lambda t: print(t) elif test_command == "format": |