Add tests

This commit is contained in:
Yax 2022-11-29 15:55:33 +01:00
parent d8794bb35e
commit 9912ead516
3 changed files with 12 additions and 3 deletions

View file

@ -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())