Difference between revisions of "Pytest"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
[[wikipedia:Pytest]]
+
[[wikipedia:Pytest]] (https://docs.pytest.org/)
* https://docs.pytest.org/
 
 
 
[[pytest --help]]
 
  
 +
* <code>[[pip3 install pytest]]</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>
pytest --cov=. --cov-config= .../...
 
 
 
== Related ==
 
* <code>[[pip3 install pytest]]</code>
 
  
 
== See also ==
 
== See also ==
* {{pylint}}
 
 
* {{pytest}}
 
* {{pytest}}
 
* {{Test}}
 
* {{Test}}
* {{Python}}
 
  
 
[[Category:Python]]
 
[[Category:Python]]

Latest revision as of 10:32, 8 October 2025

Advertising: