Metadata-Version: 1.1
Name: pulp-smash
Version: 2018.2.22
Summary: A library for testing Pulp
Home-page: https://github.com/PulpQE/pulp-smash
Author: Jeremy Audet
Author-email: ichimonji10@gmail.com
License: GPLv3
Description-Content-Type: UNKNOWN
Description: Pulp Smash
        ==========
        
        .. image:: https://coveralls.io/repos/github/PulpQE/pulp-smash/badge.svg?branch=master
            :target: https://coveralls.io/github/PulpQE/pulp-smash?branch=master
        
        Pulp Smash is a test suite for `Pulp`_. It lets you execute a workflow like
        this:
        
        .. code-block:: sh
        
            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.
        
        .. _Documentation: http://pulp-smash.readthedocs.io
        .. _Pulp: http://www.pulpproject.org
        .. _Python package: https://pypi.python.org/pypi/pulp-smash
        .. _Source code: https://github.com/PulpQE/pulp-smash/
        
        .. All text above this comment should also be in docs/index.rst, word for word.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
