From 387fe3441d2f1f02b8ff85e798eb1295f95b7e7f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 12 Sep 2020 02:22:56 +0200 Subject: Added suite name autocompletion --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit