Difference between revisions of "Pytest"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
* <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>
[[pytest --help]]
 
 
 
 
* <code>[[pytest --disable-pytest-warnings]]</code>
 
* <code>[[pytest --disable-pytest-warnings]]</code>
 
+
* <code>pytest --cov=. --cov-config= .../...</code>
pytest --cov=. --cov-config= .../...
 
  
 
== See also ==
 
== See also ==

Latest revision as of 10:32, 8 October 2025

Advertising: