Skip to content

Commit a74c559

Browse files
authored
Merge pull request #21 from dlr-sp/feature/update-changelog
Update Changelog
2 parents 8f5f2bd + a80d238 commit a74c559

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGES.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,23 @@ Changelog
44
Version 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

1926
Version 0.1

0 commit comments

Comments
 (0)