Name : python3-pytest-reorder
| |
Version : 0.1.1
| Vendor : openSUSE
|
Release : lp152.2.2
| Date : 2019-09-20 22:51:02
|
Group : Development/Languages/Python
| Source RPM : python-pytest-reorder-0.1.1-lp152.2.2.src.rpm
|
Size : 0.02 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Pytest plugin for reordering tests depending on their paths and names
|
Description :
Reorder tests depending on their nodeids (strings of test file path plus test name plus parametrization, like: ``test/test_prefix_reordering.py::test_reordering_default[test_names5-expected_test_order5]``).
Normally tests are sorted alphabetically. That makes integration tests run before unit tests.
With **pytest_reorder** you can install a hook that will change the order of tests in the suite. By default **pytest_reorder** will seek for *unit*, *integration* and *ui* tests and put them in the following order:
* *unit* * all tests with names not indicating unit, integration, nor UI tests * *integration* * *ui*
The default regular expressions can find unit, integration and UI tests both laid flat and **deeply nested**. You can also specify your custom order.
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/noarch |