Difference between revisions of "Pytest"
Jump to navigation
Jump to search
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
| − | [[wikipedia:Pytest]] | + | [[wikipedia:Pytest]] (https://docs.pytest.org/) |
| − | |||
* <code>[[pip3 install pytest]]</code> | * <code>[[pip3 install pytest]]</code> | ||
* <code>[[pip install pytest-cov]]</code> | * <code>[[pip install pytest-cov]]</code> | ||
| − | + | * <code>[[pytest --help]]</code> | |
| − | |||
| − | |||
* <code>[[pytest --disable-pytest-warnings]]</code> | * <code>[[pytest --disable-pytest-warnings]]</code> | ||
| − | + | * <code>pytest --cov=. --cov-config= .../...</code> | |
| − | |||
== See also == | == See also == | ||
| − | |||
* {{pytest}} | * {{pytest}} | ||
* {{Test}} | * {{Test}} | ||
[[Category:Python]] | [[Category:Python]] | ||
Latest revision as of 10:32, 8 October 2025
wikipedia:Pytest (https://docs.pytest.org/)
pip3 install pytestpip install pytest-covpytest --helppytest --disable-pytest-warningspytest --cov=. --cov-config= .../...
See also[edit]
Advertising: