We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756b7d6 commit ce9caeeCopy full SHA for ce9caee
tests/trove/trovesearch/test_search_params.py
@@ -7,6 +7,7 @@
7
from trove.util.queryparams import QueryparamName
8
from trove.vocab.namespaces import OSFMAP, RDF, DCTERMS
9
10
+
11
class TestSearchText(SimpleTestCase):
12
def test_empty_text_list(self):
13
inputs = []
@@ -35,6 +36,7 @@ def test_custom_propertypath_set(self):
35
36
st = SearchText("hello", propertypath_set=custom_set)
37
self.assertEqual(st.propertypath_set, custom_set)
38
39
40
class TestSearchFilterPath(SimpleTestCase):
41
def test_from_param(self):
42
_cases = {
0 commit comments