From fc7a0425a1e19807ec2819bdb73dc6aa14d0e197 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 6 Mar 2021 16:01:24 +0100 Subject: Added test for half of Suite --- tests/test/test_test.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tests/test/test_test.py') diff --git a/tests/test/test_test.py b/tests/test/test_test.py index 11255c0..f106cd1 100644 --- a/tests/test/test_test.py +++ b/tests/test/test_test.py @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/03/02 18:48:57 by cacharle #+# #+# # -# Updated: 2021/03/06 10:07:07 by cacharle ### ########.fr # +# Updated: 2021/03/06 15:38:12 by cacharle ### ########.fr # # # # ############################################################################ # @@ -22,15 +22,7 @@ from minishell_test.test.captured import CapturedCommand, CapturedTimeout from minishell_test.test.test import Test, TestSetupException -colors.disable() -Config.init([]) - - class TestTest: - @pytest.fixture(autouse=True) - def reset_config(self): - Config.init([]) - def test_init_timeout(self, monkeypatch): assert Config.timeout_test == Test("")._timeout assert Config.timeout_test == Test("", timeout=0)._timeout -- cgit