소스 검색

Remove used test class

Tiram 10 년 전
부모
커밋
80f3aa5094
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      pwman/tests/test_pwman.py

+ 3 - 2
pwman/tests/test_pwman.py

@@ -21,8 +21,9 @@
 import os
 import sys
 import unittest
-from .db_tests import (DBTests, SetupTester, CLITests, #ConfigTest,
-                       #TestDBFalseConfig,
+from .db_tests import (DBTests, SetupTester, CLITests,
+                       # ConfigTest,
+                       # TestDBFalseConfig,
                        FactoryTest)
 
 #from .crypto_tests import CryptoTest