Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
Issues
All Issues
Side by Side Diff: .gitignore
Issue
29912588
:
Issue 7019 - [CMS] Refactor `test_server.py` (Closed)
Patch Set: Added timeout option when setting up server
Created Oct. 24, 2018, 3:57 p.m.
Left:
Base
Patch Set 1: None
Patch Set 2: Addressed commments from Patch Set #1. Objectified server handler. Added test cases.
Patch Set 3: Updated exception tests. Removed duplicates from ignores
Patch Set 4: Addressed comments from Patch Set #3
Patch Set 5: Added timeout option when setting up server
Patch Set 6: Added test_and_wait to test server fixture
Patch Set 7: Simplified server waiting logic
Patch Set 8: Addressed docstring nit
Right:
Patch Set 1: None
Patch Set 2: Addressed commments from Patch Set #1. Objectified server handler. Added test cases.
Patch Set 3: Updated exception tests. Removed duplicates from ignores
Patch Set 4: Addressed comments from Patch Set #3
Patch Set 5: Added timeout option when setting up server
Patch Set 6: Added test_and_wait to test server fixture
Patch Set 7: Simplified server waiting logic
Patch Set 8: Addressed docstring nit
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
.gitignore
.hgignore
cms/bin/test_server.py
cms/exceptions.py
tests/conftest.py
tests/test_dynamic_server.py
tests/test_page_outputs.py
tests/utils.py
tox.ini
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
.hgignore »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 /build/
1 /build/
2 /dist/
2 /dist/
3 /.tox/
3 /.tox/
4 /.pytest_cache/
4 /.pytest_cache/
5 /.coverage
5 /.coverage
6 *.pyc
6 *.pyc
7 *.pyo
7 *.pyo
8 htmlcov/
8 htmlcov/
9 .idea/
9 .idea/
10
11
.idea/
OLD
NEW
« no previous file with comments
|
« no previous file
|
.hgignore »
('j') |
no next file with comments »
Edit Message
Issue 29912588: Issue 7019 - [CMS] Refactor `test_server.py` (Closed)
Created Oct. 16, 2018, 11:42 a.m. by Tudor Avram
Modified Oct. 30, 2018, 5:04 p.m.
Reviewers: Vasily Kuznetsov, Jon Sonesen
Base URL:
Comments: 35
This is Rietveld