소스 검색

remove trivial test

oz123 11 년 전
부모
커밋
8e6399c4ac
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      pwman/tests/db_tests.py

+ 0 - 3
pwman/tests/db_tests.py

@@ -48,9 +48,6 @@ class DBTests(unittest.TestCase):
         self.dbtype = config.get_value("Database", "type")
         self.db = pwman.data.factory.create(self.dbtype, dbver)
 
-    def test(self):
-        self.assertTrue(True)
-
     def test_db_created(self):
         "test that the right db instance was created"
         # self.db = pwman.data.factory.create(dbtype, dbver)