diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-03 12:24:41 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-03 12:24:41 +0100 |
| commit | 820102f9ccdfdfe3ae78c22f803da4db87cb91ba (patch) | |
| tree | c06d6d1276a6216f7db156448eb0db0ed361ec52 /minishell_test/sandbox.py | |
| parent | 716265929bf861d340c1e71e2f24359875520d3a (diff) | |
| download | minishell_test-820102f9ccdfdfe3ae78c22f803da4db87cb91ba.tar.gz minishell_test-820102f9ccdfdfe3ae78c22f803da4db87cb91ba.tar.bz2 minishell_test-820102f9ccdfdfe3ae78c22f803da4db87cb91ba.zip | |
Added test.test.Test tests
Diffstat (limited to 'minishell_test/sandbox.py')
| -rw-r--r-- | minishell_test/sandbox.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/minishell_test/sandbox.py b/minishell_test/sandbox.py index 6fafc36..2608c9d 100644 --- a/minishell_test/sandbox.py +++ b/minishell_test/sandbox.py @@ -6,14 +6,13 @@ # By: charles <me@cacharle.xyz> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/11 13:48:07 by charles #+# #+# # -# Updated: 2021/03/03 09:15:11 by cacharle ### ########.fr # +# Updated: 2021/03/03 10:00:16 by cacharle ### ########.fr # # # # ############################################################################ # import shutil import subprocess from contextlib import contextmanager -from pathlib import Path from minishell_test.config import Config |
