Files
wren/test
underscorediscovery ce0106ad7e chore: remove entire VM test suite and update test README for CLI-only focus
Delete all VM-related test files including benchmark, call, error, foreign_class, and other API tests, along with their C source, headers, and Wren scripts. Rewrite test/README.md to describe only CLI unit tests and module resolution tests, removing references to VM, compiler, core library, and language semantics tests.
2020-02-12 04:16:03 +00:00
..

This contains the automated validation suite for the CLI.

  • unit/ - tests various aspects of the CLI core APIs.

  • */ - tests various modules and mechanics of the CLI, like module resolution.