Metadata-Version: 2.0
Name: pytest-unmarked
Version: 0.4
Summary: Run only unmarked tests
Home-page: http://github.com/alyssa.barela/pytest-unmarked
Author: Alyssa Barela
Author-email: alyssa.barela17@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: pytest (>=2.3.4)

Pytest-unmarked
============
Allows you to run all unmarked tests

Requirements
============
A recent version of pytest is required (>= 2.3.4).



Running unmarked tests
------------------------------------

Just run py.test with the ``--unmarked`` option to enable.

