How to Install and Uninstall python38-pytest-random-order Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "python38-pytest-random-order" package

Learn how to install python38-pytest-random-order on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pytest-random-order

2. Uninstall "python38-pytest-random-order" package

Learn how to uninstall python38-pytest-random-order on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytest-random-order

3. Information about the python38-pytest-random-order package on openSuSE Tumbleweed

Information for package python38-pytest-random-order:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-random-order
Version : 1.0.4-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 64,7 KiB
Installed : No
Status : not installed
Source package : python-pytest-random-order-1.0.4-1.18.src
Summary : Pytest plugin to randomize the order of pytests
Description :
pytest-random-order is a plugin for `pytest `_ that randomises the order in which
tests are run to reveal unwanted coupling between tests. The plugin allows user to control the level
of randomness they want to introduce and to disable reordering on subsets of tests.
Tests can be rerun in a specific order by passing a seed value reported in a previous test run.