Skip to content

Commit

Permalink
Add plone.app.testing in [test] extra
Browse files Browse the repository at this point in the history
  • Loading branch information
djowett committed Jan 3, 2017
1 parent 2cbed0f commit 7c4ded9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ parts =
recipe = zc.recipe.testrunner
eggs =
Pillow
${buildout:package-name} [test]
${instance:eggs}
defaults = ['--auto-color', '--auto-progress']
defaults = ['-s', '${buildout:package-name}', '--auto-color', '--auto-progress']

[ohcount]
recipe = zc.recipe.egg
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,9 @@
'zope.schema',
'zope.site',
],
extras_require={
'test': [
'plone.app.testing',
],
},
)

0 comments on commit 7c4ded9

Please sign in to comment.