Categories: Developer Tools, Quality Assurance and Testing Software
pytest-quickcheck 0.7
pytest-quickcheck provides a pytest.mark.randomize function for generating random test data.Installation easy_install pytest-quickcheck # or pip install pytest-quickcheckQuick StartJust pass the signature of function to randomize marker. The...