aboutsummaryrefslogtreecommitdiff
path: root/TESTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING.md')
-rw-r--r--TESTING.md33
1 files changed, 11 insertions, 22 deletions
diff --git a/TESTING.md b/TESTING.md
index 7178006..c3e262f 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -184,18 +184,7 @@ Open each file and verify highlighting is applied:
---
-## T14 — Zig Test: filtered
-
-**Project:** `examples/test-suite`, **Zig Test (math)** task (Test Filter = `math`)
-
-| Step | Expected |
-|---|---|
-| Press ▶ | Only math tests run; strings tests are skipped |
-| Change the filter to a string that matches no test name (e.g. `zzz`) | Task exits 0 but reports 0 tests run |
-
----
-
-## T15 — Zig Test: inline error annotations
+## T14 — Zig Test: inline error annotations
**Project:** `examples/test-suite`
@@ -208,7 +197,7 @@ Open each file and verify highlighting is applied:
---
-## T16 — Zig Watch
+## T15 — Zig Watch
**Project:** `examples/multi-step`, pre-configured **Zig Watch** task
@@ -222,7 +211,7 @@ Open each file and verify highlighting is applied:
---
-## T17 — Zig Debug: auto-detection
+## T16 — Zig Debug: auto-detection
**Project:** `examples/multi-step` — create a **Zig Debug** task with **Program** blank
@@ -234,7 +223,7 @@ Open each file and verify highlighting is applied:
---
-## T18 — Zig Debug: breakpoints
+## T17 — Zig Debug: breakpoints
**Project:** `examples/multi-step` — **Zig Debug** task, **Optimize** = Debug
@@ -247,7 +236,7 @@ Open each file and verify highlighting is applied:
---
-## T19 — Zig Debug: stop on entry
+## T18 — Zig Debug: stop on entry
**Project:** `examples/multi-step` — **Zig Debug** task
@@ -258,7 +247,7 @@ Open each file and verify highlighting is applied:
---
-## T20 — Clean: safety guards
+## T19 — Clean: safety guards
Create a **Zig Package** task in any project and test each guard:
@@ -271,7 +260,7 @@ Create a **Zig Package** task in any project and test each guard:
---
-## T21 — Clean: zig build uninstall
+## T20 — Clean: zig build uninstall
**Project:** a project whose `build.zig` registers an `uninstall` step (add one temporarily if needed)
@@ -282,7 +271,7 @@ Create a **Zig Package** task in any project and test each guard:
---
-## T22 — Monorepo: sub-package working directory
+## T21 — Monorepo: sub-package working directory
**Project:** `examples/monorepo` (open workspace root)
@@ -294,7 +283,7 @@ Create a **Zig Package** task in any project and test each guard:
---
-## T23 — Inline compiler errors
+## T22 — Inline compiler errors
**Project:** `examples/snippets/error-example.zig` via a **Zig Package** or **Current Zig File** task
@@ -306,7 +295,7 @@ Create a **Zig Package** task in any project and test each guard:
---
-## T24 — Settings: custom executable paths
+## T23 — Settings: custom executable paths
**Scope:** Nova Preferences → Extensions → Zig
@@ -318,7 +307,7 @@ Create a **Zig Package** task in any project and test each guard:
---
-## T25 — Settings: workspace overrides global
+## T24 — Settings: workspace overrides global
**Project:** any workspace