aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-12 02:22:56 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-12 02:22:56 +0200
commit387fe3441d2f1f02b8ff85e798eb1295f95b7e7f (patch)
treeaf7c4f3449e3a4a23b813a0d9d42255b8c302c2b /README.md
parent958c410ba8b621a8a4d8caf04012028e7f151e0f (diff)
downloadminishell_test-387fe3441d2f1f02b8ff85e798eb1295f95b7e7f.tar.gz
minishell_test-387fe3441d2f1f02b8ff85e798eb1295f95b7e7f.tar.bz2
minishell_test-387fe3441d2f1f02b8ff85e798eb1295f95b7e7f.zip
Added suite name autocompletion
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0f8ea3b..74056f5 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,11 @@ Test for the minishell project of school 42.
The default path to your project is `..` but you can change it the the [configuration](src/config.py).
-* `> ./run --help`
-* `> ./run`
+* `> ./run` - run all tests
+* `> ./run [suite]...` - run specific test suites (e.g `./run builtin/echo`)
+ It tries to autocomplete your suite name so `./run int` -> `./run preprocess/interpolation`
+* `> ./run --help` - show the help
+* `> ./run -l` - list all suites and suites group
## Test compatibility