File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,23 @@ Changelog
44Version 0.2
55-----------
66
7+ - An option to customize the command used to launch Pytest in MPI has
8+ been added. This enables test runs on HPC environments in which
9+ individual tests are scheduled as jobs via the HPC batch system.
10+ (`#10 `_)
11+
712- An unhandled edge case when using a session-scoped fixture in
813 non-parametrized tests was fixed. (`#14 `_)
914
1015- Session-scoped fixtures are now only cached within the MPI-parallel
11- Pytest sub sessions. This allows the use of fixtures which cannot be
12- pickled for non-MPI tests.
16+ Pytest sub sessions. This allows the use of session-scoped fixtures
17+ which cannot be pickled for non-MPI tests.
1318
1419- Most of Pytest's CLI options are now passed the MPI-parallel
15- sub sessions.
20+ sub sessions. (` #10 `_)
1621
22+ .. _#10 : https://github.com/dlr-sp/pytest-isolate-mpi/issues/10
23+ .. _#11 : https://github.com/dlr-sp/pytest-isolate-mpi/issues/11
1724.. _#14 : https://github.com/dlr-sp/pytest-isolate-mpi/pull/14
1825
1926Version 0.1
You can’t perform that action at this time.
0 commit comments