From 24c4e7ae1f8a487821e4a4617a26aa4f4e0383e2 Mon Sep 17 00:00:00 2001 From: David Linke Date: Wed, 7 Dec 2022 08:50:32 +0100 Subject: [PATCH] Remove commented-out code --- tests/test_wrapper.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_wrapper.py b/tests/test_wrapper.py index ed7a4f7..f5f7d13 100644 --- a/tests/test_wrapper.py +++ b/tests/test_wrapper.py @@ -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