emilyzheng / pulp-smash

A GPL-licensed Python library that facilitates easy testing of Pulp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulp Smash

https://coveralls.io/repos/github/PulpQE/pulp-smash/badge.svg?branch=master

Pulp Smash is a test suite for Pulp. It lets you execute a workflow like this:

pip install pulp-smash
python -m pulp_smash  # follow the instructions

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.

The full documentation is available on ReadTheDocs. It can also be generated locally:

virtualenv env && source env/bin/activate
git clone https://github.com/PulpQE/pulp-smash.git
cd pulp-smash
pip install -r requirements.txt -r requirements-dev.txt
make docs-html

About

A GPL-licensed Python library that facilitates easy testing of Pulp.


Languages

Language:Python 99.0%Language:Shell 0.6%Language:Makefile 0.5%