Add tests
This commit is contained in:
parent
d8794bb35e
commit
9912ead516
3 changed files with 12 additions and 3 deletions
|
|
@ -11,7 +11,6 @@ def setup_db():
|
|||
database.setup(":memory:")
|
||||
|
||||
|
||||
|
||||
def test_dao_published(setup_db):
|
||||
|
||||
# test count published
|
||||
|
|
@ -52,4 +51,3 @@ def test_dao_notified(setup_db):
|
|||
dao.notify_comment(c3)
|
||||
assert 0 == len(dao.find_not_notified_comments())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue