You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -428,19 +428,20 @@ Large 2D symbols have different runtime bottlenecks, for example:
428
428
429
429
## Testing
430
430
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
435
436
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:
438
439
439
440
-`debugIsEqual` - Compare codeword arrays (used with `debugcws` option)
440
441
-`isEqual` - Compare output arrays (pixs, sbs)
441
442
-`isError` - Verify specific error is raised
442
443
443
-
Encoder may have one or more of the following debug options:
444
+
Encoders may have one or more of the following debug options:
444
445
445
446
-`dontdraw` - Return structured dict without rendering
0 commit comments