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

Last updated: May 20,2024

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

Please follow the guidance below to install python39-pytest-random-order on openSuSE Tumbleweed

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

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

This tutorial shows how to uninstall python39-pytest-random-order on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytest-random-order

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

Information for package python39-pytest-random-order:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytest-random-order
Version : 1.0.4-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 65,8 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.