diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-12 02:22:56 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-12 02:22:56 +0200 |
| commit | 387fe3441d2f1f02b8ff85e798eb1295f95b7e7f (patch) | |
| tree | af7c4f3449e3a4a23b813a0d9d42255b8c302c2b /README.md | |
| parent | 958c410ba8b621a8a4d8caf04012028e7f151e0f (diff) | |
| download | minishell_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.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
