File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ By default matches ``test_*`` and ``*_test`` executable files.
8282cpp_arguments
8383^^^^^^^^^^^^^
8484
85- *New in version 1.1 *.
86-
8785Arguments to the C++ tests can be provided with the
8886``cpp_arguments `` ini configuration option.
8987
@@ -104,8 +102,6 @@ pytest's ``-o`` option:
104102 cpp_ignore_py_files
105103^^^^^^^^^^^^^^^^^^^
106104
107- *New in version 1.2 *.
108-
109105This option defaults to ``True `` and configures the plugin to ignore ``*.py `` files that
110106would otherwise match the ``cpp_files `` option.
111107
@@ -119,8 +115,6 @@ Set it to ``False`` if you have C++ executable files that end with the ``*.py``
119115 cpp_harness
120116^^^^^^^^^^^
121117
122- *New in version 1.3 *.
123-
124118This option allows the usage of tools that are used by invoking them on the console
125119wrapping the test binary, like valgrind and memcheck:
126120
You can’t perform that action at this time.
0 commit comments