We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336eb75 commit d75da71Copy full SHA for d75da71
tests/sql_repository_test.py
@@ -54,8 +54,7 @@ def test_find_all(sql_repository):
54
assert all(e in existing_elements_registry for e in existing_elements)
55
56
57
-def test_find_all_that_contains_property_with_string(sql_repository):
58
- """Find all elements that have a property that partially contains a string (case-insensitive)"""
+def test_find_all_that_contains_property_with_string_case_insensitive(sql_repository):
59
fake_name = fake.name()
60
new_element = dict(name="%s Snow" % fake_name,
61
email=fake.safe_email(),
0 commit comments