mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Feature/graphql table query (#486)
* Tech spec * Object query service for Cassandra * Gateway support for objects-query * GraphQL query utility * Filters, ordering
This commit is contained in:
parent
38826c7de1
commit
672e358b2f
20 changed files with 3133 additions and 3 deletions
2
.github/workflows/pull-request.yaml
vendored
2
.github/workflows/pull-request.yaml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: (cd trustgraph-bedrock; pip install .)
|
||||
|
||||
- name: Install some stuff
|
||||
run: pip install pytest pytest-cov pytest-asyncio pytest-mock testcontainers
|
||||
run: pip install pytest pytest-cov pytest-asyncio pytest-mock
|
||||
|
||||
- name: Unit tests
|
||||
run: pytest tests/unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue