Skip to content
Snippets Groups Projects
Commit 1c3710e2 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: autopep8'd

parent 5c204a63
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!124Fix unit tests on Windows
Pipeline #58709 passed
...@@ -86,6 +86,8 @@ def test_send_mail(): ...@@ -86,6 +86,8 @@ def test_send_mail():
assert msg.get_content() == "hello!\n" assert msg.get_content() == "hello!\n"
# skip on windows (has no sendmail) # skip on windows (has no sendmail)
@mark.skipif(platform.system() == "Windows", reason="no sendmail on Windows") @mark.skipif(platform.system() == "Windows", reason="no sendmail on Windows")
def test_send_mail_error(): def test_send_mail_error():
with raises(subprocess.CalledProcessError): with raises(subprocess.CalledProcessError):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment