From 6a60cda1f51b3d80f5dd2cc993bee2ec5ebf5b3e Mon Sep 17 00:00:00 2001 From: Rigotti <3322252+jrgtt@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:13:00 -0300 Subject: [PATCH 1/2] Add `--only task_id={number}` to useful `mix test` options --- docs/TESTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TESTS.md b/docs/TESTS.md index f099a5443..acbd399aa 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 instructions' number Documentation: From 70a28d7db319f5151682f3274d507dd4f16d35b8 Mon Sep 17 00:00:00 2001 From: Angelika Cathor Date: Mon, 14 Oct 2024 18:00:34 +0200 Subject: [PATCH 2/2] Update docs/TESTS.md --- docs/TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TESTS.md b/docs/TESTS.md index acbd399aa..8087150fd 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -129,7 +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 instructions' number +* `--only task_id:1` - or with another number, on learning exercises runs only the tests associated with the specific task Documentation: