thelang-io / the

The Programming Language
https://thelang.io
Apache License 2.0
44 stars 0 forks source link

Tester package ability to filter tests #99

Closed delasy closed 11 months ago

delasy commented 1 year ago

Ability to filter tests depending on the passed argument the test --filter='ParserTest_*,!ParserTest_One' There could be multiple filters, filter starting with exclamation mark will exclude this test name or pattern.

delasy commented 11 months ago

Merge into https://github.com/thelang-io/the/issues/100