Skip to content

Commit

Permalink
Remove a remove.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler committed Nov 26, 2023
1 parent c1d42e3 commit b80f0e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/lacheck_tool_plugin/test_lacheck_tool_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ def test_lacheck_tool_plugin_scan_calledprocesserror(mock_subprocess_check_outpu
issues = ltp.scan(package, "level")
assert not issues

try:
os.remove(os.path.join(os.getcwd(), "lacheck.log"))
except FileNotFoundError as ex:
print(f"Error: {ex}")
except OSError as ex:
print(f"Error: {ex}")


@mock.patch("statick_tool.plugins.tool.lacheck.subprocess.check_output")
def test_lacheck_tool_plugin_scan_oserror(mock_subprocess_check_output):
Expand Down

0 comments on commit b80f0e6

Please sign in to comment.