Skip to content

Commit 7a733bd

Browse files
committed
Update CLAUDE.md
1 parent ae8d0b2 commit 7a733bd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CLAUDE.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,19 +428,20 @@ Large 2D symbols have different runtime bottlenecks, for example:
428428

429429
## Testing
430430

431-
- `tests/run_tests` - Top-level test orchestrator
432-
- `tests/<variant>/run` - Script to run the tests for each build variant
433-
- `tests/ps_tests/test.ps` - PostScript test handler
434-
- `tests/ps_tests/*.ps.test` - Individual resource tests (run from either `build/resource/Resource` or `build/packaged_resource/Resource`)
431+
- `tests/run_tests` - Top-level test orchestrator
432+
- `tests/<variant>/run` - Script to run the tests for each build variant
433+
- `tests/ps_tests/test_utils.ps` - PostScript test utility functions
434+
- `tests/ps_tests/*.ps.test` - Individual resource tests (run from either `build/resource/Resource` or `build/packaged_resource/Resource`); require that test_utils.ps utility is loaded
435+
- `tests/ps_tests/test.ps` - PostScript test entrypoint: Loads utility functions then runs all resource tests
435436

436-
The test.ps handler is the entry point for PostScript tests and contains
437-
utility functions upon which all resource tests depend:
437+
The test_utils.ps file contains the following utility functions required for
438+
all resource tests:
438439

439440
- `debugIsEqual` - Compare codeword arrays (used with `debugcws` option)
440441
- `isEqual` - Compare output arrays (pixs, sbs)
441442
- `isError` - Verify specific error is raised
442443

443-
Encoder may have one or more of the following debug options:
444+
Encoders may have one or more of the following debug options:
444445

445446
- `dontdraw` - Return structured dict without rendering
446447
- `debugcws` - Return codeword array

0 commit comments

Comments
 (0)