diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-06 16:01:24 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-06 16:01:24 +0100 |
| commit | fc7a0425a1e19807ec2819bdb73dc6aa14d0e197 (patch) | |
| tree | 142225b152d462dcf903cb45523565671a65a0b4 /tests/test_sandbox.py | |
| parent | 2a854b36624fb1c108a56d317aa54ca630864288 (diff) | |
| download | minishell_test-dev.tar.gz minishell_test-dev.tar.bz2 minishell_test-dev.zip | |
Added test for half of Suitedev
Diffstat (limited to 'tests/test_sandbox.py')
| -rw-r--r-- | tests/test_sandbox.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_sandbox.py b/tests/test_sandbox.py index bb2ea98..cfd67e5 100644 --- a/tests/test_sandbox.py +++ b/tests/test_sandbox.py @@ -6,7 +6,7 @@ # By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/03/03 08:09:00 by cacharle #+# #+# # -# Updated: 2021/03/06 09:58:17 by cacharle ### ########.fr # +# Updated: 2021/03/06 15:38:49 by cacharle ### ########.fr # # # # ############################################################################ # @@ -17,8 +17,6 @@ from pathlib import Path from minishell_test import sandbox from minishell_test.config import Config -Config.init([]) - @pytest.fixture def sandbox_dirs(): |
