Przeglądaj źródła

Shortened test runner script.

Taddeus Kroes 13 lat temu
rodzic
commit
08e40f5567
1 zmienionych plików z 1 dodań i 5 usunięć
  1. 1 5
      test.py

+ 1 - 5
test.py

@@ -1,9 +1,5 @@
 #!/usr/bin/env python
-import os
-import re
-import sys
-import unittest
-
+import os, re, sys, unittest
 
 TESTS_DIR = 'tests'