|
- How-to guides — pytest documentation
pytest and other test systems ¶ How to use pytest with an existing test suite How to use unittest -based tests with pytest How to run tests written for nose How to implement xunit-style set-up
- How to invoke pytest
In general, pytest is invoked with the command pytest (see below for other ways to invoke pytest) This will execute all tests in all files whose names follow the form test_* py or \*_test py in the current directory and its subdirectories
- Usage and Invocations — pytest documentation
Specifying tests selecting tests ¶ Pytest supports several ways to run and select tests from the command-line Run tests in a module
- How to invoke pytest
In general, pytest is invoked with the command pytest (see below for other ways to invoke pytest) This will execute all tests in all files whose names follow the form test_* py or \*_test py in the current directory and its subdirectories
- How-to guides - pytest documentation
pytest and other test systems ¶ How to use pytest with an existing test suite How to use unittest -based tests with pytest How to implement xunit-style set-up
|
|
|