Metadata-Version: 2.1
Name: pytest-unmarked
Version: 1.3
Summary: Run only unmarked tests
Home-page: https://github.com/alyssabarela/pytest-unmarked
Author: Alyssa Barela
Author-email: alyssa.barela17@gmail.com
Maintainer: Alyssa Barela
Maintainer-email: alyssa.barela17@gmail.com
Classifier: Development Status :: 5 - Production/Stable
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
License-File: LICENSE
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.
