소스 검색

Shortened test runner script.

Taddeus Kroes 13 년 전
부모
커밋
08e40f5567
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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'