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

Last updated: May 09,2024

1. Install "python3-nose-random" package

Here is a brief guide to show you how to install python3-nose-random on Kali Linux

$ sudo apt update $ sudo apt install python3-nose-random

2. Uninstall "python3-nose-random" package

This is a short guide on how to uninstall python3-nose-random on Kali Linux:

$ sudo apt remove python3-nose-random $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-nose-random
Source: python-nose-random
Version: 1.0.0-4
Installed-Size: 23
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3:any, python3-nose
Size: 4592
SHA256: 41d83791e3661c122561b68c44ab18ebd10ed0ea84f75bc1b753fa408eac1bbf
SHA1: 0fc86360a7c2bfa6590acd938041533bd50b9038
MD5sum: 2411b59df8c07b1db9318f61c1f51ff8
Description: nose plugin to facilitate randomized unit testing with Python 3
Python nose-random is designed to facilitate Monte-Carlo style unit testing.
The idea is to improve testing by running your code against a large number
of randomly generated input scenarios.
.
Even with random testing it's important that test success/failure is
reproducible, otherwise it's hard to
.
* know if you've fixed a failing test
* know if an test fails only on some machines or configurations and not
others
* debug a failing test
.
nose-random avoids this pitfall because it
.
* uses a fixed seed so that each test run is identical
* tells you which scenario caused a test to fail
* lets you to run the test only on a specific scenario to facilitate
debugging
.
This package provides the Python 3 version of the module.
Description-md5:
Homepage: https://github.com/ZoomerAnalytics/nose-random
Section: python
Priority: optional
Filename: pool/main/p/python-nose-random/python3-nose-random_1.0.0-4_all.deb