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

TST: update tests for caosdb-server#144

parent e4a011cf
No related branches found
No related tags found
1 merge request!60TST: Test for issue server#143.
Pipeline #35653 passed
...@@ -1256,8 +1256,7 @@ def test_196b(deny): ...@@ -1256,8 +1256,7 @@ def test_196b(deny):
assert cm.value.errors[0].msg == "You are not allowed to do this." assert cm.value.errors[0].msg == "You are not allowed to do this."
@pytest.mark.xfail(reason="fix needed") @pytest.mark.parametrize("num", ["1e+23", "5e22", "2e-323", "2E-323", "5E22", "1E+23"])
@pytest.mark.parametrize("num", ["1e+23", "5e22", "2e-323"])
def test_143(num): def test_143(num):
"""https://gitlab.com/caosdb/caosdb-server/-/issues/144""" """https://gitlab.com/caosdb/caosdb-server/-/issues/144"""
db.Property(name="scientific_notation", datatype=db.DOUBLE).insert() db.Property(name="scientific_notation", datatype=db.DOUBLE).insert()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment