Skip to content

Releases: dlr-sp/pytest-isolate-mpi

Version 0.3

24 Feb 16:18
e7acfeb

Choose a tag to compare

  • A command line option to disable MPI and/or process isolation has been
    added. This particularly useful to debug MPI-parallel test cases.
    (#24)

  • Command line options to set a default test timeout and test timeout
    unit for all MPI-parallel tests have been added. (#20)

Version 0.2

05 Dec 09:55
a74c559

Choose a tag to compare

  • An option to customize the command used to launch Pytest in MPI has
    been added. This enables test runs on HPC environments in which
    individual tests are scheduled as jobs via the HPC batch system. (#10)

  • An unhandled edge case when using a session-scoped fixture in
    non-parametrized tests was fixed. (#14)

  • Session-scoped fixtures are now only cached within the MPI-parallel
    Pytest sub sessions. This allows the use of session-scoped fixtures
    which cannot be pickled for non-MPI tests.

  • Most of Pytest's CLI options are now passed the MPI-parallel
    sub sessions. (#11 )

v0.1

18 Sep 11:57
b3d4ecd

Choose a tag to compare

Initial release.