Skip to content

Commit 1c8bec0

Browse files
authored
Merge pull request #38 from nicoddemus/release-1.1.0
Prepare release 1.1.0
2 parents dae7d8b + 943816f commit 1c8bec0

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.1.0
2+
3+
- New `cpp_arguments` ini option allows customization of the command-line
4+
used to run tests, for example to enable logging and verbosity.
5+
Thanks @elkin for the PR.
6+
17
# 1.0.1
28

39
- Use universal newlines for running Google tests (#33).

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ By default matches ``test_*`` and ``*_test`` executable files.
5858
Additional arguments to the C++ tests can be provided with the
5959
``cpp_arguments`` ini configuration.
6060

61+
*New in version 1.1*.
62+
6163
For example:
6264

6365
.. code-block:: ini

0 commit comments

Comments
 (0)