mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Feature/group state cli (#505)
This commit is contained in:
parent
5867f45c3a
commit
266454e75f
3 changed files with 33 additions and 10 deletions
|
|
@ -56,9 +56,9 @@ class TestSetToolStructuredQuery:
|
|||
collection="sales_data",
|
||||
template=None,
|
||||
arguments=[],
|
||||
group=[],
|
||||
group=None,
|
||||
state=None,
|
||||
applicable_states=[]
|
||||
applicable_states=None
|
||||
)
|
||||
|
||||
captured = capsys.readouterr()
|
||||
|
|
@ -93,9 +93,9 @@ class TestSetToolStructuredQuery:
|
|||
collection=None, # No collection specified
|
||||
template=None,
|
||||
arguments=[],
|
||||
group=[],
|
||||
group=None,
|
||||
state=None,
|
||||
applicable_states=[]
|
||||
applicable_states=None
|
||||
)
|
||||
|
||||
captured = capsys.readouterr()
|
||||
|
|
@ -133,9 +133,9 @@ class TestSetToolStructuredQuery:
|
|||
collection='sales_data',
|
||||
template=None,
|
||||
arguments=[],
|
||||
group=[],
|
||||
group=None,
|
||||
state=None,
|
||||
applicable_states=[]
|
||||
applicable_states=None
|
||||
)
|
||||
|
||||
def test_set_main_structured_query_no_arguments_needed(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue