diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-11 20:18:37 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-11 20:18:37 +0200 |
| commit | 2ffd95c295b117053f6e5430ba3ccc72beb224aa (patch) | |
| tree | fd61d882314bb09f0250ee55caeedd1101938bca /src/suites/path.py | |
| parent | 43be3d890eb37bef2f336bbc64e362a06bebe8ac (diff) | |
| download | minishell_test-2ffd95c295b117053f6e5430ba3ccc72beb224aa.tar.gz minishell_test-2ffd95c295b117053f6e5430ba3ccc72beb224aa.tar.bz2 minishell_test-2ffd95c295b117053f6e5430ba3ccc72beb224aa.zip | |
Linting with flake8
Diffstat (limited to 'src/suites/path.py')
| -rw-r--r-- | src/suites/path.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/suites/path.py b/src/suites/path.py index bcac98e..0e143dd 100644 --- a/src/suites/path.py +++ b/src/suites/path.py @@ -6,13 +6,13 @@ # By: charles <me@cacharle.xyz> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/09 15:12:58 by charles #+# #+# # -# Updated: 2020/09/11 17:43:14 by charles ### ########.fr # +# Updated: 2020/09/11 20:13:09 by charles ### ########.fr # # # # ############################################################################ # -import config from suite import suite + @suite() def suite_path(test): test("a", setup="mkdir path && cp /bin/ls ./path/a && chmod 000 ./path/a", exports={"PATH": "path"}) |
