We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d210a12 commit 7d36001Copy full SHA for 7d36001
django_typer/tests/tests.py
@@ -1165,6 +1165,10 @@ def test_group_call(self):
1165
@pytest.mark.skip()
1166
def test_get_help_from_incongruent_path(self):
1167
"""
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
+
1172
https://github.com/bckohan/django-typer/issues/44
1173
1174
# change dir to the first dir that is not a parent
0 commit comments