Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
juga
sbws
Commits
046ce48a
Commit
046ce48a
authored
Jun 01, 2018
by
Matt Traudt
Committed by
Matt Traudt
Jun 02, 2018
Browse files
Ignore line length in one spot
parent
7a159324
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/conftest.py
View file @
046ce48a
...
...
@@ -29,7 +29,7 @@ def persistent_launch_tor(parser, persistent_empty_dotsbws):
d
=
persistent_empty_dotsbws
args
=
parser
.
parse_args
(
'-d {}'
.
format
(
d
.
name
).
split
())
conf
=
get_config
(
args
)
conf
[
'tor'
][
'extra_lines'
]
=
'''
conf
[
'tor'
][
'extra_lines'
]
=
'''
# noqa: E501
DirAuthority auth1 orport=2002 no-v2 v3ident=D7DBC517EFD2BA1A5012CF1BD0BB38F17C8160BD 127.10.0.1:2003 AA45C13025C037F056E734169891878ED0880231
DirAuthority auth2 orport=2002 no-v2 v3ident=4EE103A081F400E6622F5461D51782B876BB5C24 127.10.0.2:2003 E7B3C9A0040D628DAC88B0251AE6334D28E8F531
DirAuthority auth3 orport=2002 no-v2 v3ident=8B85069C7FC0593801E6491A34100264FCE28980 127.10.0.3:2003 35E3B8BB71C81355649AEC5862ECB7ED7EFDBC5C
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment