Browse Source

Shortened test runner script.

Taddeus Kroes 13 năm trước cách đây
mục cha
commit
08e40f5567
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  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'