- Add
-x/--exitfirst
and--maxfail=N
options.
- Enable precompilation.
- Require Julia ≥ 1.6.
- Detect and ignore admonition blocks.
- Workaround for JuliaLang/julia#43787.
- Fixed the problem when
show
defined in a test case is not applied to display the output of this test case. Thanks to vtjnash.
- Use relative paths in Test Summary.
- Compatibility with the standard
Test
library.
- Added
-h/--help
,-q/--quiet
and--
options. - Support test files with CRLF line endings.
- Now that
@__DIR__
is provided, do notcd()
into the test directory. - Added an option to run tests in the context of a specific module.
- Added an option to suppress any output except for error reports.
- Generate valid names for test modules.
- Fixed
@Pkg.Artifacts.artifact_str
not findingArtifacts.toml
.
- Support for precondition syntax:
#? <expr>
. - Make default arguments and substitutions customizable.
- Provide
include()
andeval()
functions.
- When a directory name is passed as a parameter, test all
*.md
files in the directory.
- Fixed packaging issues.
- Initial release.