Skip to content

Commit 96c3957

Browse files
authored
Merge pull request #64 from phel-lang/add-testdox-option
Add testdox option to test command
2 parents 84fa2e6 + d031fb6 commit 96c3957

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/documentation/cli-commands.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ vendor/bin/phel test
122122
#
123123
# Options:
124124
# -f, --filter[=FILTER] Filter by test names.
125+
# --testdox Report test execution progress in TestDox format.
126+
125127
```
126128

127129
Use the `filter` option to run only the tests that contain that filter. In this example, it will find and run all tests which contain `find-me` in their names.

0 commit comments

Comments
 (0)