Improve tests with pytest fixture (#321)
* Improve test with pytest fixture Format Simplify * refactor class fixture * Replace CommonTtypes with ttypes Extract fill_ve function Fix plan node name typo Try to fix checkout action * Fix path test failure * Try to close socket
Showing
- src/planner/PlanNode.cpp 8 additions, 8 deletionssrc/planner/PlanNode.cpp
- tests/common/nebula_service.py 4 additions, 4 deletionstests/common/nebula_service.py
- tests/common/nebula_test_suite.py 1 addition, 227 deletionstests/common/nebula_test_suite.py
- tests/query/conftest.py 255 additions, 0 deletionstests/query/conftest.py
- tests/query/v1/test_find_path.py 14 additions, 14 deletionstests/query/v1/test_find_path.py
- tests/query/v1/test_yield.py 2 additions, 3 deletionstests/query/v1/test_yield.py
- tests/query/v2/test_get_subgraph.py 37 additions, 42 deletionstests/query/v2/test_get_subgraph.py
Please register or sign in to comment