Commit 9a11664
[test] binary-nested-in-map: move fixture creation into %test:setUp
Per review feedback on PR #6507: the fixture setup (create the test directory and
write the .env fixture) now lives in a %test:setUp function, symmetric with the
existing %test:tearDown, instead of inline in the test body.
helper:get-test-directory embeds a fresh uuid on every call, so the directory is
computed once in a module variable ($bnm:directory) shared by setUp and the test,
rather than recomputed per function (which would land the fixture and the read in
different directories).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent be7e255 commit 9a11664
1 file changed
Lines changed: 12 additions & 3 deletions
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
44 | 55 | | |
45 | 56 | | |
46 | 57 | | |
| |||
61 | 72 | | |
62 | 73 | | |
63 | 74 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 75 | + | |
67 | 76 | | |
0 commit comments