Changelog

All notable changes to this project will be documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 - 2020-05-03

Removed

  • equal_nan option is too specific and can easily be added with a custom fixture.

0.3.1 - 2020-03-30

Added

  • Report generation can handle a sphinx _static directory.

0.3.0 - 2020-03-19

Added

  • How to use skip and xfail marks in the docs.

  • How to use a proxy with anaconda in the docs.

  • Better error message when --runner do not get a script.

Changed

  • Placeholder in the runner script are compliant with bash (use {{}} instead of {}).

  • Report generation is done for all the tests at once and only requires a report generator script.

Fixed

  • #8393: check that --clean-output and --overwrite-output are not used both.

  • Output directory creation no longer fails when the input directory tree has one level.

Removed

  • Useless --nproc command line argument, because this can be done with a custom default test_case.yaml passed to the command line argument --default-settings.

0.2.1 - 2020-01-14

Fixed

  • #7043: skip regression tests when reference files are missing, no longer raise error.