aboutsummaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index deb9761..304103b 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -6,7 +6,7 @@
# By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/03/03 12:25:29 by cacharle #+# #+# #
-# Updated: 2021/03/06 10:11:30 by cacharle ### ########.fr #
+# Updated: 2021/03/06 15:38:41 by cacharle ### ########.fr #
# #
# ############################################################################ #
@@ -27,9 +27,6 @@ from minishell_test.config import (
)
-Config.init([])
-
-
class TestConfigParser:
@pytest.fixture
def config(self):