Releases: status-im/nim-testutils
Releases · status-im/nim-testutils
v0.6.0
What's Changed
- use the common CI workflow by @narimiran in #53
- Fix getopt case by @2-towns in #54
- Add flag to
generateReport
to allow disabling total in Markdown report by @etan-status in #55 - v0.6.0 by @etan-status in #56
New Contributors
Full Changelog: v0.5.3...v0.6.0
Resolve ambiguity
Resolve ambiguity between chronicles.error and macros.error
Rename to ntu + fuzzing additions
- Windows support for fuzzing
- Support for honggfuzz
- Move fuzz.nims into testrunner and rename of testrunner to ntu
- ...
add --update
Adds an --update
option to rewrite the test files with new output (as measure). In this case, the test is SKIPPED
so that the normal selection of tests will be performed, though you will see the usual FAILED
reporting.
This also restructures the support for multiple command invocations with varied arguments and outputs; see the README.
use absolute paths
0.1.1 use absolute paths
support command-line arguments
0.1.0 support command-line arguments