diff --git a/test/test_integration.py b/test/test_integration.py index efbac778b01af16d2eb6cda0929d1f78faaba157..46ca76496c8f0af9e247caa43d8ed79e828d2d62 100644 --- a/test/test_integration.py +++ b/test/test_integration.py @@ -12,16 +12,6 @@ def test_bad_input(): run_script('arrival', 30, input_swf="grumpf") -def test_bad_output(): - bad_output_name = "/grumpf" - with pytest.raises(subprocess.CalledProcessError): - subprocess.run([ - 'python3', 'swf2userSessions.py', '-a', '30', KTH_WL.swf_file, - bad_output_name - ], - check=True) - - def test_kth_delim_last(): """Launch swf2userSessions with 'last' delimitation approach and several threshold values"""