aboutsummaryrefslogtreecommitdiff
path: root/tests/test/test_result.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-06 16:01:24 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-06 16:01:24 +0100
commitfc7a0425a1e19807ec2819bdb73dc6aa14d0e197 (patch)
tree142225b152d462dcf903cb45523565671a65a0b4 /tests/test/test_result.py
parent2a854b36624fb1c108a56d317aa54ca630864288 (diff)
downloadminishell_test-fc7a0425a1e19807ec2819bdb73dc6aa14d0e197.tar.gz
minishell_test-fc7a0425a1e19807ec2819bdb73dc6aa14d0e197.tar.bz2
minishell_test-fc7a0425a1e19807ec2819bdb73dc6aa14d0e197.zip
Added test for half of Suitedev
Diffstat (limited to 'tests/test/test_result.py')
-rw-r--r--tests/test/test_result.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test/test_result.py b/tests/test/test_result.py
index 2e3afdb..bf23626 100644
--- a/tests/test/test_result.py
+++ b/tests/test/test_result.py
@@ -6,7 +6,7 @@
# By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/03/01 16:26:34 by cacharle #+# #+# #
-# Updated: 2021/03/06 10:01:04 by cacharle ### ########.fr #
+# Updated: 2021/03/06 15:39:03 by cacharle ### ########.fr #
# #
# ############################################################################ #
@@ -19,10 +19,6 @@ from minishell_test.test.result import BaseResult, Result, LeakResult, LeakResul
from minishell_test.test.captured import CapturedCommand, CapturedTimeout
-colors.disable()
-Config.init([])
-
-
class TestBaseResult:
@pytest.fixture
def base_result(self):