浏览代码

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'