How to Install and Uninstall python36-pytest-reorder Package on openSuSE Tumbleweed
Last updated: December 26,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-pytest-reorder" package
Please follow the instructions below to install python36-pytest-reorder on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-pytest-reorder
Copied
2. Uninstall "python36-pytest-reorder" package
Please follow the steps below to uninstall python36-pytest-reorder on openSuSE Tumbleweed:
$
sudo zypper remove
python36-pytest-reorder
Copied
3. Information about the python36-pytest-reorder package on openSuSE Tumbleweed
Information for package python36-pytest-reorder:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-reorder
Version : 0.1.1-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 24,4 KiB
Installed : No
Status : not installed
Source package : python-pytest-reorder-0.1.1-1.10.src
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.
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-reorder
Version : 0.1.1-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 24,4 KiB
Installed : No
Status : not installed
Source package : python-pytest-reorder-0.1.1-1.10.src
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.