Skip to content

Releases: bast/runtest

v2.3.4

04 Jun 20:55
Compare
Choose a tag to compare
  • Allow numbers to be separated by comma instead of only space-separated (thanks to A. Paul).

v2.3.3

30 Jan 15:59
Compare
Choose a tag to compare
  • Bugfix for extracting all snippets based on from_string/to_string, not only the first (thanks to A. Paul).

v2.3.2

17 Nov 01:56
Compare
Choose a tag to compare
  • Code simplification
  • Remove dependency on pytest for library users (the dependency is still needed when testing this library)

v2.3.1

21 Oct 18:40
Compare
Choose a tag to compare
  • Test also Python 3.10
  • Avoid some repetition and unused variables in the code

v2.3.0

19 Oct 18:13
Compare
Choose a tag to compare
  • Integers can now be compared with (abs) tolerance

v2.2.2

01 Jun 09:34
Compare
Choose a tag to compare
  • ignore_sign and now be used with ignore_order

v2.2.1

14 Jun 15:45
Compare
Choose a tag to compare
  • Fix for accepted_errors. Previously the code returned 1 before even getting to checking accepted/expected errors.
  • Switch to flit and pyproject.toml.

v2.2.0

25 Sep 10:21
Compare
Choose a tag to compare
  • make it possible to launch binary using --launch-agent (allows launching using mpirun or valgrind or similar)
  • fix for: 'str' object has no attribute 'decode'
  • if output_prefix is None, write stdout/stderr to --work-dir

v2.1.0

30 Nov 17:37
Compare
Choose a tag to compare
allow to set output_prefix to None

v2.0.0

30 Nov 13:52
Compare
Choose a tag to compare
add setup.py script for pip