~cjwatson/lazr.restful/test-fixes

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Colin Watson
  • Date: 2018-09-28 15:34:25 UTC
  • Revision ID: cjwatson@canonical.com-20180928153425-v0vqr4ootjwutakz
Use the load_tests protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
[test]
13
13
recipe = zc.recipe.testrunner
14
14
eggs = lazr.restful [xml]
15
 
defaults = '--tests-pattern ^tests --exit-with-status --suite-name additional_tests'.split()
 
15
defaults = '--tests-pattern ^tests --exit-with-status'.split()
16
16
 
17
17
[docs]
18
18
recipe = z3c.recipe.sphinxdoc