File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ By default matches ``test_*`` and ``*_test`` executable files.
82
82
cpp_arguments
83
83
^^^^^^^^^^^^^
84
84
85
- *New in version 1.1 *.
86
-
87
85
Arguments to the C++ tests can be provided with the
88
86
``cpp_arguments `` ini configuration option.
89
87
@@ -104,8 +102,6 @@ pytest's ``-o`` option:
104
102
cpp_ignore_py_files
105
103
^^^^^^^^^^^^^^^^^^^
106
104
107
- *New in version 1.2 *.
108
-
109
105
This option defaults to ``True `` and configures the plugin to ignore ``*.py `` files that
110
106
would otherwise match the ``cpp_files `` option.
111
107
@@ -119,8 +115,6 @@ Set it to ``False`` if you have C++ executable files that end with the ``*.py``
119
115
cpp_harness
120
116
^^^^^^^^^^^
121
117
122
- *New in version 1.3 *.
123
-
124
118
This option allows the usage of tools that are used by invoking them on the console
125
119
wrapping the test binary, like valgrind and memcheck:
126
120
You can’t perform that action at this time.
0 commit comments