Pulp Smash is a test suite for Pulp. It lets you execute a workflow like this:
pip install pulp-smash
pulp-smash settings create # generate the settings file
python3 -m unittest discover pulp_smash.tests # run the tests
Pulp Smash is a GPL-licensed Python library, but no knowledge of Python is required to execute the tests. Just install the application, run it, and follow the prompts.
Pulp Smash has a presence on the following websites:
- Documentation is available on ReadTheDocs.
- A Python package is available on PyPi.
- Source code and the issue tracker are available on GitHub.