Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
e80891f2
Verified
Commit
e80891f2
authored
Feb 09, 2022
by
Kevin Morris
Browse files
housekeep: cleanup extra space in test_config.py
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
3af66caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_config.py
View file @
e80891f2
...
...
@@ -160,7 +160,7 @@ def test_config_main_set_invalid_value():
assert
stderr
.
getvalue
().
strip
()
==
expected
@
mock
.
patch
(
"aurweb.config.save"
,
side_effect
=
noop
)
@
mock
.
patch
(
"aurweb.config.save"
,
side_effect
=
noop
)
def
test_config_main_set_unknown_section
(
save
:
None
):
stderr
=
io
.
StringIO
()
...
...
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