Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
c8b47bb5
Commit
c8b47bb5
authored
Apr 27, 2018
by
juga
Browse files
Change header format to 2 lines also in test
parent
0b048e91
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/lib/test_v3bwfile.py
View file @
c8b47bb5
...
...
@@ -7,7 +7,7 @@ def test_v3bwheader_str():
"""Test header str"""
timestamp
=
1524661857
header
=
V3BwHeader
(
timestamp
)
assert
str
(
header
)
==
'{}
version=1.1.0 software=sbws '
\
assert
str
(
header
)
==
'{}
\n
version=1.1.0 software=sbws '
\
'software_version=0.1.0
\n
'
.
format
(
timestamp
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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