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.4.2](v1.4.2...v2.0.0)
To access the "inspect results" functionality, the keybinding is `@` instead of `?`. `?` is now used to display docs.
**Merged pull requests:**
- Add docs access from test mode (#70) (@theogf)
**Closed issues:**
- Keybinding hints (#64)
[Diff since v1.4.1](v1.4.1...v1.4.2)
**Merged pull requests:**
- Enable autocompletion on file names (#69) (@theogf)
**Closed issues:**
- Write an autocompleter based on test files. (#27)
[Diff since v1.3.0](v1.3.0...v1.4.0)
Add `Ctrl-B` keybinding in file mode to switch to test block mode
**Merged pull requests:**
- Bump actions/checkout from 4 to 5 (#62) (@dependabot[bot])
- Fix typos in README (#63) (@penelopeysm)
- Switch from file mode to block mode with Ctrl+B (#66) (@theogf)
**Closed issues:**
- MethodError: no method matching init_test_repl_mode (#61)
- Switch to testset search from test file search (#65)
[Diff since v1.2.0](v1.2.0...v1.2.1)
**Merged pull requests:**
- More robust testset check (#58) (@theogf)
**Closed issues:**
- Fetch testnodes names in a more robust way (#49)
[Diff since v1.1.3](v1.1.3...v1.2.0)
Define new `TestBlockInterface` that allow more flexibility on the parsing and evaluation side. Also improve docstrings with AI.
**Merged pull requests:**
- Add `TestBlockInterface` (#57) (@theogf)
[Diff since v1.1.0](v1.1.0...v1.1.1)
**Merged pull requests:**
- Use relative path for evaluation (#50) (@theogf)
**Closed issues:**
- `include` in preamble does not work with relative paths (#48)