Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 6451712864813056: Issue 2196 - [cms] Drop depencency on Flask for test server (Closed)

Created:
March 20, 2015, 9:12 p.m. by Wladimir Palant
Modified:
March 23, 2015, 1:22 p.m.
Reviewers:
Sebastian Noack
Visibility:
Public.

Description

Issue 2196 - [cms] Drop depencency on Flask for test server

Patch Set 1 #

Patch Set 2 : Got rid of unnecessary import #

Total comments: 5

Patch Set 3 : More test server improvements #

Total comments: 6

Patch Set 4 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -25 lines) Patch
M README.md View 1 chunk +5 lines, -2 lines 0 comments Download
M cms/bin/test_server.py View 1 2 3 1 chunk +67 lines, -23 lines 0 comments Download

Messages

Total messages: 7
Wladimir Palant
March 20, 2015, 9:12 p.m. (2015-03-20 21:12:09 UTC) #1
Sebastian Noack
http://codereview.adblockplus.org/6451712864813056/diff/5741031244955648/cms/bin/test_server.py File cms/bin/test_server.py (right): http://codereview.adblockplus.org/6451712864813056/diff/5741031244955648/cms/bin/test_server.py#newcode61 cms/bin/test_server.py:61: path = environ.get("REQUEST_URI") or environ.get("PATH_INFO") Do we need that ...
March 21, 2015, 12:50 p.m. (2015-03-21 12:50:17 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/6451712864813056/diff/5741031244955648/cms/bin/test_server.py File cms/bin/test_server.py (right): http://codereview.adblockplus.org/6451712864813056/diff/5741031244955648/cms/bin/test_server.py#newcode61 cms/bin/test_server.py:61: path = environ.get("REQUEST_URI") or environ.get("PATH_INFO") On 2015/03/21 12:50:18, Sebastian ...
March 23, 2015, 11:31 a.m. (2015-03-23 11:31:10 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/6451712864813056/diff/5741031244955648/cms/bin/test_server.py File cms/bin/test_server.py (right): http://codereview.adblockplus.org/6451712864813056/diff/5741031244955648/cms/bin/test_server.py#newcode61 cms/bin/test_server.py:61: path = environ.get("REQUEST_URI") or environ.get("PATH_INFO") On 2015/03/21 12:50:18, Sebastian ...
March 23, 2015, 11:51 a.m. (2015-03-23 11:51:07 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/6451712864813056/diff/5733935958982656/cms/bin/test_server.py File cms/bin/test_server.py (right): http://codereview.adblockplus.org/6451712864813056/diff/5733935958982656/cms/bin/test_server.py#newcode41 cms/bin/test_server.py:41: ERROR_500 = """ How about using a common template ...
March 23, 2015, 12:06 p.m. (2015-03-23 12:06:46 UTC) #5
Wladimir Palant
http://codereview.adblockplus.org/6451712864813056/diff/5733935958982656/cms/bin/test_server.py File cms/bin/test_server.py (right): http://codereview.adblockplus.org/6451712864813056/diff/5733935958982656/cms/bin/test_server.py#newcode41 cms/bin/test_server.py:41: ERROR_500 = """ On 2015/03/23 12:06:47, Sebastian Noack wrote: ...
March 23, 2015, 12:27 p.m. (2015-03-23 12:27:26 UTC) #6
Sebastian Noack
March 23, 2015, 12:40 p.m. (2015-03-23 12:40:56 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld