Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(494)

Side by Side Diff: appengine/auth_service/tests/replica_app/app.yaml

Issue 212520043: Reduce code duplication in multiple copies of test_env.py. Base URL: https://code.google.com/p/swarming@1_move
Patch Set: Created 10 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | appengine/auth_service/tests/replica_app/components » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 application: replica-for-smoke-test
2 runtime: python27
3 api_version: 1
4 threadsafe: true
5
6 handlers:
7 - url: /.*
8 script: main.app
9
10 includes:
11 - components/auth
12
13 libraries:
14 - name: jinja2
15 version: "2.6"
16 - name: pycrypto
17 version: "2.6"
18 - name: webapp2
19 version: "2.5.2"
20 - name: webob
21 version: "1.2.3"
22 - name: yaml
23 version: "3.10"
OLDNEW
« no previous file with comments | « no previous file | appengine/auth_service/tests/replica_app/components » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b