Skip to content

Releases: JuliaTesting/ReTest.jl

v0.3.2

09 Nov 11:43
Compare
Choose a tag to compare

ReTest v0.3.2

Diff since v0.3.1

Closed issues:

  • mysterious deprecation warnings (#37)
  • Lots of warnings (#40)
  • tests involve fragile RNG that fails in some contexts (#42)
  • deprecation warnings from other packages pollutes the test log if running pkg> test using ReTest (#43)

Merged pull requests:

  • fixed inappropriate deprecation warnings when checking for sub-modules (#41) (@ExpandingMan)

v0.3.1

14 Aug 07:56
Compare
Choose a tag to compare

ReTest v0.3.1

Diff since v0.3.0

Closed issues:

  • type TaskLocalRNG has no field seed (#26)

Merged pull requests:

  • dryrun: keep track of loop variables from parent testsets (#28) (@rfourquet)
  • hijack: add include=:static option (#30) (@rfourquet)
  • support nesting Test.@testset within ReTest.@testset (#31) (@rfourquet)
  • alignment: take nested testsets into account when verbose (#32) (@rfourquet)
  • hijack: be more precise with include=:static (#33) (@rfourquet)
  • hijack: allow specifying custom include-like functions (#34) (@rfourquet)

v0.3.0

29 Jul 08:50
Compare
Choose a tag to compare

ReTest v0.3.0

Diff since v0.2.0

Closed issues:

  • How to use InlineTest? (#5)
  • Doc improvement suggestion: Simple runnable examples (#24)

Merged pull requests:

v0.2.0

09 Feb 16:32
Compare
Choose a tag to compare

ReTest v0.2.0

Diff since v0.1.0

Merged pull requests:

  • statically filter all testsets (#2) (@rfourquet)
  • handle gracefully when testset-for iterators can't be eval'ed or collect'ed (#3) (@rfourquet)
  • InlineTest is reborn (#4) (@rfourquet)

v0.1.0

05 Nov 20:31
Compare
Choose a tag to compare

ReTest v0.1.0