From 3421ff1c65c5b1c8497e0a6fae7dbde2f5d32094 Mon Sep 17 00:00:00 2001 From: Rigotti <3322252+jrgtt@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:01:41 -0300 Subject: [PATCH] Add `--only task_id={number}` to useful `mix test` options (#1531) * Add `--only task_id={number}` to useful `mix test` options * Update docs/TESTS.md --------- Co-authored-by: Angelika Cathor --- docs/TESTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TESTS.md b/docs/TESTS.md index f099a5443..8087150fd 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -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: