diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index d46564d..dc9a422 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -89,7 +89,7 @@ To run tests, first install the test requirements seen in the previous section, .. code:: bash - pytest --cov="\Lib\site-packages\ansys\api\lumerical" --cov="\tests\unit" --cov-report=html:coverage_report –verbose + pytest --cov="\Lib\site-packages\ansys\api\lumerical" --cov="\tests\unit" --cov-report=html:coverage_report –-verbose Replace ```` with the path to your virtual environment, and ```` with the path to your local PyLumerical repository.