We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dae7d8b + 943816f commit 1c8bec0Copy full SHA for 1c8bec0
2 files changed
CHANGELOG.md
@@ -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
7
# 1.0.1
8
9
- Use universal newlines for running Google tests (#33).
README.rst
@@ -58,6 +58,8 @@ By default matches ``test_*`` and ``*_test`` executable files.
58
Additional arguments to the C++ tests can be provided with the
59
``cpp_arguments`` ini configuration.
60
61
+*New in version 1.1*.
62
63
For example:
64
65
.. code-block:: ini
0 commit comments