Skip to content
Snippets Groups Projects
Commit 7196dbd7 authored by ulif's avatar ulif
Browse files

pep8.

parent eac8066a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ def argv_handler(request):
"""This fixture restores sys.argv after tests.
"""
_argv_stored = sys.argv
def teardown():
sys.argv = _argv_stored
request.addfinalizer(teardown)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment