This repository was archived by the owner on Jul 26, 2024. It is now read-only.
Version 0.2.0
Version 0.2.0 (2023-02-27)
- Drop support for VS Code versions < 1.65 (February 2022) because of Testing refresh action
- Test discovery can be triggered by the 'Refresh' button in the Test Explorer view
Bugfixes
- Remove deleted tests from the Test Explorer tree
- Find multiline inline test case names like
let%test\nTEST_CASE_NAME
- README.md: fix link to Alcotest
Internal Changes
- Refactor test name parsing in source files to new function in ./src/parsing.ts and add tests