Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Dec 7, 2022
1 parent 8eac417 commit 24c4e7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,6 @@ def test_run_ontospy_checks(tmp_path, capsys):
f"No turtle file(s) found to document with Ontospy in {tmp_path}"
in captured.out
)

# def test_run_ontospy_check_file(tmp_path, capsys):
# """Check handling of missing dir/file."""
exit_code = run_ontospy(tmp_path / CS_CYCLES_TURTLE, tmp_path)
captured = capsys.readouterr()
assert exit_code == 1
Expand Down

0 comments on commit 24c4e7a

Please sign in to comment.