Difference between revisions of "Pytest"
Jump to navigation
Jump to search
| (14 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
| − | [[wikipedia:Pytest]] | + | [[wikipedia:Pytest]] (https://docs.pytest.org/) |
| − | + | ||
| + | * <code>[[pip3 install pytest]]</code> | ||
| + | * <code>[[pip install pytest-cov]]</code> | ||
| + | * <code>[[pytest --help]]</code> | ||
| + | * <code>[[pytest --disable-pytest-warnings]]</code> | ||
| + | * <code>pytest --cov=. --cov-config= .../...</code> | ||
== See also == | == See also == | ||
| − | * {{ | + | * {{pytest}} |
| − | * {{ | + | * {{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: