Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added an extras_require['test'] entry to the setup.py_tmpl file #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pigeonflight
Copy link
Member

Having an extras_require['test'] section in the setup.py supports the methodology of providing tests in an "extra" which can then be registered in buildout as follows:

  my.package[test]

this reduces the number of steps required when getting started with an add-on package and makes it easier to get started quickly with testing.

@pigeonflight
Copy link
Member Author

because of the protocol of allowing others to merge your pull requests I haven't merged this myself. Also didn't draw attention to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants