How to Install and Uninstall python3-pytest-random-order Package on Kali Linux

Last updated: May 17,2024

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

This is a short guide on how to install python3-pytest-random-order on Kali Linux

$ sudo apt update $ sudo apt install python3-pytest-random-order

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

Learn how to uninstall python3-pytest-random-order on Kali Linux:

$ sudo apt remove python3-pytest-random-order $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-random-order package on Kali Linux

Package: python3-pytest-random-order
Source: python-pytest-random-order
Version: 1.1.1+ds-1
Installed-Size: 51
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pytest, python3:any
Size: 15276
SHA256: cf27d98d79dc9ebb11f536fb2cc81a7e58b28e735020d3f2a8ba7ef7161290fb
SHA1: 1718c8486f7c8d2ab63ad5d2eb8f367c331c5b7d
MD5sum: 690aeb085bc09a9a77f6a8e4c9aaf3c5
Description: pytest plugin to randomise the order of tests (Python 3)
pytest-random-order is a pytest plugin that randomises the order of tests.
This can be useful to detect a test that passes just because it happens to
run after an unrelated test that leaves the system in a favourable state.
.
The plugin allows the 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.
.
This package installs the pytest plugin for Python 3.
Description-md5:
Homepage: https://github.com/jbasko/pytest-random-order
Section: python
Priority: optional
Filename: pool/main/p/python-pytest-random-order/python3-pytest-random-order_1.1.1+ds-1_all.deb