pytest-gitignore 1.3


pip install pytest-gitignore

  Latest version

Released: Jul 17, 2015

Project Links

Meta
Author: Thomas Grenfell Smith

Classifiers

License
  • Public Domain

Programming Language
  • Python :: 2
  • Python :: 3

Topic
  • Software Development :: Version Control

Intended Audience
  • Developers

Development Status
  • 4 - Beta

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’.

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras: None
Dependencies:
pytest (>=2.7)