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: tests/conftest.py
Issue
29940559
:
Issue 7112 - Add centralised conftest (Closed)
Patch Set: Addressed comments from Patch Set #1
Created Nov. 14, 2018, 4:08 p.m.
Left:
Base
Patch Set 1: None
Patch Set 2: Addressed comments from Patch Set #1
Patch Set 3: Addressed comments from Patch Set #2
Right:
Patch Set 1: None
Patch Set 2: Addressed comments from Patch Set #1
Patch Set 3: Addressed comments from Patch Set #2
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
sitescripts/extensions/test/__init__.py
sitescripts/extensions/test/conftest.py
sitescripts/extensions/test/utils.py
tests/__init__.py
tests/conftest.py
tox.ini
View unified diff
|
Download patch
« sitescripts/extensions/test/utils.py
('K') |
« tests/__init__.py
('k') |
tox.ini »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
import pytest
2
3
pytest_plugins = [
4
'sitescripts.extensions.test.utils',
5
]
OLD
NEW
« sitescripts/extensions/test/utils.py
('K') |
« tests/__init__.py
('k') |
tox.ini »
('j') |
no next file with comments »
Edit Message
Issue 29940559: Issue 7112 - Add centralised conftest (Closed)
Created Nov. 8, 2018, 7:37 p.m. by Tudor Avram
Modified Nov. 15, 2018, 11:21 a.m.
Reviewers: Vasily Kuznetsov
Base URL:
Comments: 2
This is Rietveld