Skip to content

Commit

Permalink
Add --only task_id={number} to useful mix test options (#1531)
Browse files Browse the repository at this point in the history
* Add `--only task_id={number}` to useful `mix test` options

* Update docs/TESTS.md

---------

Co-authored-by: Angelika Cathor <[email protected]>
  • Loading branch information
jrgtt and angelikatyborska authored Oct 14, 2024
1 parent df7f3fa commit 3421ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Documentation:
in the same order they were defined in
* `--stale` - runs only tests which reference modules that changed since the last
time tests were ran with `--stale`
* `--only task_id:1` - or with another number, on learning exercises runs only the tests associated with the specific task

Documentation:

Expand Down

0 comments on commit 3421ff1

Please sign in to comment.