Skip to content

Commit e3a0610

Browse files
committed
Update CHANGELOG for 1.3
1 parent aba6d07 commit e3a0610

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.3.0
2+
3+
- New `cpp_harness` configuration option allows users to add prefix arguments when running the C++ test runner, allowing to use tools like `valgrind`. Thanks to @dajose for contributing!
4+
15
# 1.2.1
26

37
- Remove `from_parent()`-related warnings in pytest 5.4.2+.

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ Set it to ``False`` if you have C++ executable files that end with the ``*.py``
100100
101101
**cpp_harness**
102102

103+
*New in version 1.3*.
104+
103105
This option allows the usage of tools that are used by invoking them on the console
104-
wrapping the test binary, like valgrind and memcheck
106+
wrapping the test binary, like valgrind and memcheck:
105107

106108
.. code-block:: ini
107109

0 commit comments

Comments
 (0)