python3-nose-random
nose plugin to facilitate randomized unit testing with Python 3
Description
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.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/ZoomerAnalytics/nose-random
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-nose-random