Skip to content

Commit 31afb4b

Browse files
committed
New comment filtering test
1 parent 3417348 commit 31afb4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_filter_instances.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ def test_filter_comments(tmpdir):
2020
PROJECT_DIR, include_comments=True
2121
)
2222

23+
filtered_excl = sa.filter_images_by_comments(
24+
not_filtered, False, False, False
25+
)
26+
27+
assert sorted(filtered_excl) == []
28+
2329
filtered_excl = sa.filter_images_by_comments(
2430
not_filtered, include_unresolved_comments=True
2531
)

0 commit comments

Comments
 (0)