Skip to content

Releases: JuliaTesting/TestReports.jl

v0.3.2

17 Sep 09:13
Compare
Choose a tag to compare

TestReports v0.3.2

Diff since v0.3.1

Closed issues:

  • display_reporting_testset breaks with custom testset types (#36)

Merged pull requests:

v0.3.1

11 Sep 08:14
Compare
Choose a tag to compare

TestReports v0.3.1

Diff since v0.3.0

Added recordproperty function that adds properties to XML testsuites.

Closed issues:

  • Add way to add properties to test suites (#33)

Merged pull requests:

v0.3.0

01 Sep 00:38
Compare
Choose a tag to compare

TestReports v0.3.0

Diff since v0.2.6

Release Notes:
This update will change the format of the XML if runtests.jl contains:

  • Only a single testset with any level of nesting
  • Tests not in any test set ("top level tests")

Previously, the tests in both cases would be recorded in individual testsuite elements in the log file. Now they are grouped into one testsuite element.

Closed issues:

  • Printing test report with failed chained test errors (#25)
  • Display output/log file not correct when only single test set (#26)
  • Stop test packages being added to root environment (#28)

Merged pull requests:

  • Refactor results flattening and handle top level Results (#27) (@mmiller-max)
  • Stop tests leaving a dependency in root environment (#29) (@mmiller-max)
  • Use setindex! for attribute so that value can contain "&&" (#30) (@mmiller-max)

v0.2.6

23 Aug 10:11
Compare
Choose a tag to compare

TestReports v0.2.6

Diff since v0.2.5

Closed issues:

  • Add code coverage reports and get coverage to reasonable level (#19)
  • fix xml name for multiple packages (#23)

Merged pull requests:

v0.2.5

12 Aug 04:11
Compare
Choose a tag to compare

TestReports v0.2.5

Diff since v0.2.4

Release notes:

Various bugs fixed as part of code coverage changes, affecting older versions of Julia and Windows.

Closed issues:

  • Add code coverage reports and get coverage to reasonable level #19
  • complexexample fails new releases #21

Merged pull requests:

v0.2.4

12 Aug 03:11
Compare
Choose a tag to compare

TestReports v0.2.4

Diff since v0.2.3

Closed issues:

  • Add test_args and julia_args to test() (#16)

Merged pull requests:

v0.2.3

28 Jul 22:10
Compare
Choose a tag to compare

TestReports v0.2.3

Diff since v0.2.2

Closed issues:

  • test() doesn't load dependencies (#9)

Merged pull requests:

v0.2.2

26 Jul 01:12
49e6ab9
Compare
Choose a tag to compare

TestReports v0.2.2

Diff since v0.2.1

TestReports.test() now displays the normal output that would be seen with Pkg.test().

Closed issues:

  • Get normal test console output while producing the report (#1)

Merged pull requests:

v0.2.1

23 Jul 23:09
0e77f98
Compare
Choose a tag to compare

TestReports v0.2.1

Diff since v0.2.0

Closed issues:

  • TestReports.test fails for activated projects (#11)
  • TestReports.test behaves differently from Pkg.test when called without positional arguments (#14)

Merged pull requests:

  • Link to ColPrac (#8) (@oxinabox)
  • Fix runner for activated projects (#12) (@bauglir)
  • Test active project when calling test without positional arguments (#15) (@bauglir)

v0.2.0

25 Jun 10:08
049c2ac
Compare
Choose a tag to compare

TestReports v0.2.0

Diff since v0.1.0

Closed issues:

  • Julia 1.x? (#4)
  • Info about upcoming removal of packages in the General registry (#5)

Merged pull requests: