Description of the modifications
The command in the testing section of the contribution page has a typo in it. There is an incorrect dash before the argument "verbose" that will cause the command to error.
The command in question is below
pytest --cov="<path_to_virtual_environment>\Lib\site-packages\ansys\api\lumerical" --cov="<pylumerical_repository>\tests\unit" --cov-report=html:coverage_report –verbose
The dash before the final argument is an em-dash. Where it should be --verbose.
Useful links and references
No response