Browse Source

remove trivial test

oz123 11 years ago
parent
commit
8e6399c4ac
1 changed files with 0 additions and 3 deletions
  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)