Releases: semgrep/testo
Releases · semgrep/testo
0.2.0
CHANGES:
- Fix: handle Windows paths correctly CLI help output (#121)
- Fix: correct path masking on Windows paths (#121)
- Fix: prevent "Bad file descriptor" errors arising from output redirection on Windows (#121)
- Fix: handle temporary file deletion cleanly on Windows (#119)
- Fix: don't set signals on Windows (#118).
- Add
Testo.with_chdir(#104). - Fix nonsensical diff formatting (#104).
- Fix: enable the approval of the output of a test that is expected to complete but produces the incorrect output. Running the
approvesubcommand on such a test now successfully changes its status from XFAIL to XPASS (#103). - Allow multiple
-ssearch queries in the same test command, allowing the selection of various tests by their name or hash
(#110). - Add a
--expertoption to hide the legend printed byrunandstatus(#109). - Add a
--autocleanoption torunandstatussubcommands to delete test snapshots that don't belong to any known test as it
typically happens after tests are renamed (#126). - Add support for timeouts (#127).