Skip to content

Releases: JuliaTesting/ReTestItems.jl

v1.33.2

05 Aug 10:40
534810b
Compare
Choose a tag to compare

ReTestItems v1.33.2

Diff since v1.33.1

Merged pull requests:

Closed issues:

  • Switch CI to use julia-actions/cache (#207)

v1.33.1

24 Jul 11:31
b381807
Compare
Choose a tag to compare

ReTestItems v1.33.1

Diff since v1.33.0

Merged pull requests:

  • Fix logging test counting bug when more workers than tests (#219) (@nickrobinson251)
  • Don't touch the file system when precompiling (#220) (@Drvi)

v1.33.0

20 Jul 09:22
c64924f
Compare
Choose a tag to compare

ReTestItems v1.33.0

Diff since v1.32.0

Merged pull requests:

v1.32.0

07 Jul 11:23
85e216c
Compare
Choose a tag to compare

ReTestItems v1.32.0

Diff since v1.31.0

Merged pull requests:

Closed issues:

  • Drop LoggingExtras.jl dependency (#135)

v1.31.0

07 Apr 15:34
840cbff
Compare
Choose a tag to compare

ReTestItems v1.31.0

Diff since v1.30.0

Merged pull requests:

v1.30.0

06 Apr 21:59
188f01c
Compare
Choose a tag to compare

ReTestItems v1.30.0

Diff since v1.29.0

Merged pull requests:

Closed issues:

  • Windows: resource busy or locked (EBUSY) (#124)
  • Refactor runtests internals to use a single struct for options (#186)

v1.29.0

03 Oct 12:38
f9e5e54
Compare
Choose a tag to compare

ReTestItems v1.29.0

Diff since v1.28.0

Merged pull requests:

v1.28.0

18 Sep 13:14
fc7845b
Compare
Choose a tag to compare

ReTestItems v1.28.0

Diff since v1.27.0

Merged pull requests:

Closed issues:

  • Feature request: Fail-fast option (#132)

v1.27.0

18 Sep 11:29
039b01e
Compare
Choose a tag to compare

ReTestItems v1.27.0

Diff since v1.26.0

Merged pull requests:

Closed issues:

  • Statically parse, rather than run, test files to extract @testitems (#41)
  • Tests don't fail when exception is thrown (#177)

v1.26.0

11 Sep 12:15
e8295b0
Compare
Choose a tag to compare

ReTestItems v1.26.0

Diff since v1.25.1

Note that test files that contain any top-level macrocalls other than @testitem and @testsetup will now throw; which was always the documented supported use-case. More strictly enforcing only supported usage means we are able to reduce latency.

Merged pull requests: