Skip to content

Commit 7d36001

Browse files
author
Brian Kohan
committed
add note about why bug 44 test is skipped
1 parent d210a12 commit 7d36001

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

django_typer/tests/tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,10 @@ def test_group_call(self):
11651165
@pytest.mark.skip()
11661166
def test_get_help_from_incongruent_path(self):
11671167
"""
1168+
The directory change screws up the code coverage - it makes the omitted
1169+
directories get included because their relative paths dont resolve in the
1170+
coverage output for this test. VERY ANNOYING - not sure how to fix?
1171+
11681172
https://github.com/bckohan/django-typer/issues/44
11691173
"""
11701174
# change dir to the first dir that is not a parent

0 commit comments

Comments
 (0)