Skip to content

Releases: MechanicalRabbit/NarrativeTest.jl

v0.7.5

19 Feb 01:00
Compare
Choose a tag to compare

NarrativeTest v0.7.5

Diff since v0.7.4

  • Add -x/--exitfirst and --maxfail=N options.

v0.7.4

14 May 21:25
Compare
Choose a tag to compare
  • Enable precompilation.

v0.7.3

07 Mar 16:36
Compare
Choose a tag to compare

v0.7.2

02 Sep 04:32
Compare
Choose a tag to compare
  • Fixed the problem when show defined in a test case is not applied to display the output of this test case. Thanks to vtjnash.

v0.7.1

14 Apr 00:41
Compare
Choose a tag to compare
  • Use relative paths in Test Summary.

v0.7.0

13 Apr 01:46
Compare
Choose a tag to compare
  • Compatibility with the standard Test library.

v0.6.0

09 Dec 04:19
Compare
Choose a tag to compare
  • Added -h/--help, -q/--quiet and -- options.
  • Support test files with CRLF line endings.

v0.5.0

06 Jul 03:41
Compare
Choose a tag to compare
  • Now that @__DIR__ is provided, do not cd() 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.

v0.4.1

04 Jul 14:07
Compare
Choose a tag to compare
  • Fixed @Pkg.Artifacts.artifact_str not finding Artifacts.toml.

v0.4.0

01 Jun 03:45
Compare
Choose a tag to compare
  • Support for precondition syntax: #? <expr>.
  • Make default arguments and substitutions customizable.