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

Side by Side Diff: appengine/auth_service/module-backend.yaml

Issue 215360043: Standardize skip_files to test_.+; rename support to test_support. (Closed) Base URL: https://code.google.com/p/swarming@master
Patch Set: Split tool_support/ and test_support/ Created 9 years, 12 months 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
OLDNEW
1 application: chrome-infra-auth-dev 1 application: chrome-infra-auth-dev
2 module: backend 2 module: backend
3 version: 1 3 version: 1
4 runtime: python27 4 runtime: python27
5 api_version: 1 5 api_version: 1
6 threadsafe: true 6 threadsafe: true
7 7
8 handlers: 8 handlers:
9 - url: /internal.* 9 - url: /internal.*
10 script: backend.main.app 10 script: backend.main.app
(...skipping 14 matching lines...) Expand all
25 version: "2.6" 25 version: "2.6"
26 - name: webapp2 26 - name: webapp2
27 version: "2.5.2" 27 version: "2.5.2"
28 - name: webob 28 - name: webob
29 version: "1.2.3" 29 version: "1.2.3"
30 - name: yaml 30 - name: yaml
31 version: "3.10" 31 version: "3.10"
32 32
33 skip_files: 33 skip_files:
34 # Test and tools. 34 # Test and tools.
35 - ^support/
35 - ^tests/ 36 - ^tests/
36 - ^tools/ 37 - ^tools/
37 - test_.+\.py$ 38 - test_.+
38 - .+_test\.py$ 39 - .+_test\.py$
39 # Junk files. 40 # Junk files.
40 - ^(.*/)?\..* 41 - ^(.*/)?\..*
41 - .+\.orig$ 42 - .+\.orig$
42 - .+\.rej$ 43 - .+\.rej$
43 - ^(.*/)?#.*# 44 - ^(.*/)?#.*#
44 - .+~ 45 - .+~
45 - .+\.py[co] 46 - .+\.py[co]
46 - ^[A-Z]+$ 47 - ^[A-Z]+$
47 - ^[A-Z]+\.[a-z]+$ 48 - ^[A-Z]+\.[a-z]+$
OLDNEW

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