Skip to content

tgs/pytest-gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

py.test plugin to ignore the same files as git

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages