diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-31 03:36:45 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-31 03:36:45 +0100 |
| commit | aa962c545496fc645d3f78370d7190ae1f3db11e (patch) | |
| tree | cadd291fcf24ec6fe222e2ce204135ce3ea88828 /README.md | |
| parent | 4a4f6b5b01bd6d23c141d51dd9399c36d12d29d9 (diff) | |
| download | minishell_test-aa962c545496fc645d3f78370d7190ae1f3db11e.tar.gz minishell_test-aa962c545496fc645d3f78370d7190ae1f3db11e.tar.bz2 minishell_test-aa962c545496fc645d3f78370d7190ae1f3db11e.zip | |
Fixing type annotation for python3.6 compatibility
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# minishell test +# minishell test [](https://travis-ci.com/cacharle/minishell_test) Test for the minishell project of school 42. @@ -8,7 +8,7 @@ Test for the minishell project of school 42. The default path to your project is `../minishell` but you can change it the the [configuration](src/config.py). -```command +``` $ ./run # run all tests $ ./run --help @@ -66,7 +66,7 @@ README.md test.sh With this setup `argv[2]` is what you would usually get in `line` from `get_next_line`. This allows you to set the prompt to whatever you want. -This test works with python >= 3.5. +**This test works with Python3.6 or higher.** ### Environement variables |
