Skip to content

Modify the QA test command on the documentation site #24

@adan-wang-2

Description

@adan-wang-2

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

Metadata

Metadata

Assignees

Labels

docsIssues related to documentation

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions