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

Last updated: May 20,2024

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

In this section, we are going to explain the necessary steps to install python36-pytest-random-order on openSuSE Tumbleweed

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

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

This guide covers the steps necessary to uninstall python36-pytest-random-order on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-random-order

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

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