From a6f7b71a2b3a403f9d1d6fe3065240b3f830c1fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Thu, 17 Nov 2022 15:17:00 +0100
Subject: [PATCH] removed test no output folder

---
 test/test_integration.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/test/test_integration.py b/test/test_integration.py
index efbac77..46ca764 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"""
 
-- 
GitLab