v1.26.0
ReTestItems v1.26.0
Note that test files that contain any top-level macrocalls other than @testitem
and @testsetup
will now throw; which was always the documented supported use-case. More strictly enforcing only supported usage means we are able to reduce latency.
Merged pull requests:
- Always run the test_end_expr, even if the test throws an exception. (#163) (@NHDaly)
- Filter testitems from AST before
eval
to reduce latency (#170) (@nickrobinson251) - Do all filtering of testitems at AST level (#179) (@nickrobinson251)