diff --git a/doc/contributing.rst b/doc/contributing.rst index b9bd37f83a2caf79ad5b82a0da3e5b81bc53da76..d536b3ff6619c56d093554eac5454f97916a33b9 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -199,7 +199,8 @@ only running unit tests from all modules in |project|. Actually ``make check`` does nothing more but invoking ``doctest``, ``linkcheck`` and ``codetest`` as dependencies. You could even go with running tests gathered in a single file: assuming you have :file:`your_module/tests/test_awesome_feature.py`, |cmake| -will provide you with a target ``test_awesome_feature.py_run``. +will provide you with a target ``test_awesome_feature.py_run``. If your module +has |C++| tests, those will be available by ``test_suite_your_module_run``. -------------------------------------------------------------------------------- Writing Documentation