Fix value to string in CI (#425)
* Value to string * Refactor subgraph check functions * Refine PathVal to_value * Check value type * Fix value to string * Fix space test cases * Address comments
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- tests/common/nebula_service.py 1 addition, 1 deletiontests/common/nebula_service.py
- tests/common/nebula_test_suite.py 49 additions, 360 deletionstests/common/nebula_test_suite.py
- tests/common/path_value.py 32 additions, 0 deletionstests/common/path_value.py
- tests/common/utils.py 302 additions, 0 deletionstests/common/utils.py
- tests/query/v2/conftest.py 7 additions, 0 deletionstests/query/v2/conftest.py
- tests/query/v2/test_get_subgraph.py 18 additions, 18 deletionstests/query/v2/test_get_subgraph.py
- tests/query/v2/test_match.py 2 additions, 1 deletiontests/query/v2/test_match.py
- tests/query/v2/utils.py 109 additions, 0 deletionstests/query/v2/utils.py
This diff is collapsed.
tests/common/path_value.py
0 → 100644
tests/common/utils.py
0 → 100644
tests/query/v2/utils.py
0 → 100644
Please register or sign in to comment