Gate against pecan template scaffolding tests.
Pecan provides a "quickstart" command, `pecan create`, which can be used to build out a new pecan application from a template. These tests build a new project, start an HTTP server, and make assertions about its responses to ensure that changes to pecan have not broken the application code in the template. Change-Id: I60337c47b9e21eefaad43327cfaa01dea8eef72e
This commit is contained in:
parent
9a15781d5e
commit
2d50dfe9a6
@ -2277,6 +2277,12 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- hook-{name}-rtfd
|
||||
- gate-{name}-tox-{envlist}:
|
||||
envlist: scaffolds-26
|
||||
- gate-{name}-tox-{envlist}:
|
||||
envlist: scaffolds-27
|
||||
- gate-{name}-tox-{envlist}:
|
||||
envlist: scaffolds-33
|
||||
- gate-{name}-tox-{envlist}:
|
||||
envlist: wsme-stable
|
||||
- gate-{name}-tox-{envlist}:
|
||||
|
@ -3873,6 +3873,9 @@ projects:
|
||||
- gate-pecan-python27
|
||||
- gate-pecan-python33
|
||||
- gate-pecan-pypy
|
||||
- gate-pecan-tox-scaffolds-26
|
||||
- gate-pecan-tox-scaffolds-27
|
||||
- gate-pecan-tox-scaffolds-33
|
||||
- gate-pecan-tox-wsme-stable
|
||||
- gate-pecan-tox-wsme-tip
|
||||
- gate-pecan-tox-ceilometer-stable
|
||||
@ -3889,6 +3892,9 @@ projects:
|
||||
- gate-pecan-python27
|
||||
- gate-pecan-python33
|
||||
- gate-pecan-pypy
|
||||
- gate-pecan-tox-scaffolds-26
|
||||
- gate-pecan-tox-scaffolds-27
|
||||
- gate-pecan-tox-scaffolds-33
|
||||
- gate-pecan-tox-wsme-stable
|
||||
- gate-pecan-tox-wsme-tip
|
||||
- gate-pecan-tox-ceilometer-stable
|
||||
|
Loading…
x
Reference in New Issue
Block a user