Skip to content

Commit 2acbf1f

Browse files
committed
e2e test that covered lines config works with tests_dir config
1 parent b288e25 commit 2acbf1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from mutate_only_covered_lines import hello_mutate_only_covered_lines
2+
3+
"""This test should be ignored, because of the tests_dir config."""
4+
5+
def test_mutate_only_covered_lines():
6+
assert hello_mutate_only_covered_lines(False) == "Hello from mutate_only_covered_lines! (false)"

0 commit comments

Comments
 (0)