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_hooks.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/test_hooks.py') diff --git a/tests/test_hooks.py b/tests/test_hooks.py index 2df31d2..75375a4 100644 --- a/tests/test_hooks.py +++ b/tests/test_hooks.py @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/02/27 20:03:52 by cacharle #+# #+# # -# Updated: 2021/03/06 09:56:09 by cacharle ### ########.fr # +# Updated: 2021/03/06 15:38:22 by cacharle ### ########.fr # # # # ############################################################################ # @@ -27,9 +27,6 @@ from minishell_test.hooks import ( ) -Config.init([]) - - def test_sort_lines(): assert "a\nb\nc" == sort_lines("a\nb\nc") assert "a\nb\nc" == sort_lines("c\nb\na") -- cgit