Skip to content
Snippets Groups Projects
Commit a6f7b71a authored by Maël Madon's avatar Maël Madon
Browse files

removed test no output folder

parent d4898aa4
Branches
Tags
No related merge requests found
...@@ -12,16 +12,6 @@ def test_bad_input(): ...@@ -12,16 +12,6 @@ def test_bad_input():
run_script('arrival', 30, input_swf="grumpf") 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(): def test_kth_delim_last():
"""Launch swf2userSessions with 'last' delimitation approach and several threshold values""" """Launch swf2userSessions with 'last' delimitation approach and several threshold values"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment