Finalize version 3.0
This commit is contained in:
parent
04c2d8f685
commit
de07987ed1
10 changed files with 118 additions and 144 deletions
|
|
@ -7,8 +7,7 @@ from stacosys.db import database
|
|||
class DbTestCase(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
db = database.Database()
|
||||
db.setup(":memory:")
|
||||
database.setup(":memory:")
|
||||
|
||||
def test_dao_published(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue