Metadata-Version: 2.1
Name: pytest-gitignore
Version: 1.3
Summary: py.test plugin to ignore the same files as git
Home-page: https://github.com/tgs/pytest-gitignore
Author: Thomas Grenfell Smith
Author-email: smithtg@ncbi.nlm.nih.gov
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Version Control
License-File: LICENSE
Requires-Dist: pytest>=2.7

pytest-gitignore
================

This py.test plugin will tell py.test to ignore any file that git
ignores, when it's collecting tests.  For example, if you keep virtualenvs
in your source directory, you can have both git and py.test ignore them
by putting them in your .gitignore.  To see whether a file is ignored
by git, run `git check-ignore (filename)`.

This plugin is registered as 'gitignore'.
