summaryrefslogtreecommitdiff
path: root/tests/test_graph.py
Commit message (Collapse)AuthorAgeFilesLines
* String cleanse (#2548)Jan2023-01-111-1/+1
| | | | | | | * Fixed string escape and added tests * Add Change * Name change
* Updating graph tests to support new execution plan (#2486)Raz Monsonego2022-12-061-9/+5
|
* Updating dev dependencies (#2475)Chayim2022-12-041-2/+4
|
* Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)dvora-h2022-08-141-2/+2
| | | | | | | | | * fix graph list_keys test * async test * fix tdigest.quantile * fix
* Graph - add counters for removed labels and properties (#2292)DvirDukhan2022-07-261-0/+47
| | | | | | | | | | | | | * grpah - add counters for removed labels and properties * added mock graph result set statistics * docstrings for graph result set statistics * format * isort * moved docstrings into functions
* skip graph.config test (#2163)dvora-h2022-05-031-0/+2
|
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-061-0/+1
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Adding ExecutionPlan support for graph (#1993)Chayim2022-02-161-15/+112
|
* Fix naming conventions (#1872)dvora-h2022-02-021-6/+6
| | | | | * fix naming convention * fix worng changes
* Adding RedisGraph support (#1673)Avital Fine2021-11-301-0/+477
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>