This commit is contained in:
Yax 2022-04-27 03:04:55 +02:00
parent 325455439a
commit c75fa2f669
5 changed files with 19 additions and 17 deletions

View file

@ -17,6 +17,7 @@ def init_test_db():
c3 = dao.create_comment("/site3", "Jack", "/jack.site", "", "comment 3")
dao.publish_comment(c1)
dao.publish_comment(c3)
assert c2
@pytest.fixture