Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pytest-gitignore

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytest-gitignore

py.test plugin to ignore the same files as git

  • 1.3
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc