Skip to content
Snippets Groups Projects
Verified Commit a63610cb authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Better docstring.

parent 8f28554c
No related branches found
No related tags found
No related merge requests found
Pipeline #41389 canceled
...@@ -1436,7 +1436,7 @@ See https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/106 ...@@ -1436,7 +1436,7 @@ See https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/106
@pytest.mark.xfail(reason="https://gitlab.com/caosdb/caosdb-server/-/issues/235") @pytest.mark.xfail(reason="https://gitlab.com/caosdb/caosdb-server/-/issues/235")
def test_235_long_name(): def test_235_long_name():
"""Should give an appropriate error.""" """Should give an appropriate error, not just unknown server/-/issues."""
length = 256 length = 256
name = "N" * length name = "N" * length
rt1 = db.RecordType(name=name) rt1 = db.RecordType(name=name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment