PEP8
This commit is contained in:
parent
325455439a
commit
c75fa2f669
5 changed files with 19 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue