We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ea60b commit d93a505Copy full SHA for d93a505
test_main.py
@@ -12,6 +12,8 @@ def test_create_comment():
12
path = ft.create_new_comment("Leon", "leon@gmail.com", "Do you dream, Elliot?", comment_fname, ["example",])
13
14
comments = ft.get_comments_for_slug("example", [".",])
15
+
16
+ assert comments[1].created_by == "Leon"
17
assert len(comments) == 2
18
19
# Cleanup after yourself!
0 commit comments