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
[Diff since v1.0.5](v1.0.5...v1.1.0)
- Alternative test block names can be used via the `ENV["TESTPICKER_NODES"]` settiing. E.g. `ENV["TESTPICKER_NODES"] = "@testitem"`.
**Merged pull requests:**
- Allow for alternative test nodes than `@testset` (#47) (@theogf)
[Diff since v1.0.3](v1.0.3...v1.0.4)
**Merged pull requests:**
- Add file and line number in test preview (#45) (@theogf)
**Closed issues:**
- Make test preview work for testsets (#34)
[Diff since v0.2.3](v0.2.3...v1.0.0)
-A bunch of function have been
- TestInfo is now EvalTest
- Test preview works for testsets and multiple tests
- Failure outside of tests is correctly handled for preview
**Merged pull requests:**
- Add small headers and stop using deprecated version from binaries (#36) (@theogf)
- Refactor code and enable results on multiple files and testsets (#38) (@theogf)
**Closed issues:**
- Add a small title to indicate if fzf is in "file mode" or "testset" mode (#25)
- Make test preview for multiple tests (#33)
[Diff since v0.2.2](v0.2.2...v0.2.3)
**Merged pull requests:**
- Fix scoping issue of macros (#35) (@theogf)
**Closed issues:**
- Macros in test do not work well (#10)