Skip to content
Snippets Groups Projects
Verified Commit fed9a64a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed test_issues_server.py

parent 442a5662
No related branches found
No related tags found
1 merge request!60TST: Test for issue server#143.
Pipeline #35728 passed with warnings
...@@ -1273,7 +1273,8 @@ def test_143(num): ...@@ -1273,7 +1273,8 @@ def test_143(num):
db.execute_query(query, unique=True) db.execute_query(query, unique=True)
@pytest.mark.parametrize("num", ["1 e+23", "- 5e22", "2e -323", "2E- 323", "5 E 22", "1 E+ 23", "+ 1"]) @pytest.mark.parametrize("num", ["1 e+23", "- 5e22", "2e -323",
"2E- 323", "5 E 22", "1 E+ 23", "+ 1"])
def test_143_white_space(num): def test_143_white_space(num):
"""https://gitlab.com/caosdb/caosdb-server/-/issues/144""" """https://gitlab.com/caosdb/caosdb-server/-/issues/144"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment