Support csv data load steps for bdd test framework (#475)
* Add more bdd steps * Fix session release * Fix failed cases * Add error check step * Fix CI failure
Showing
- .gitignore 6 additions, 1 deletion.gitignore
- tests/.gitignore 0 additions, 4 deletionstests/.gitignore
- tests/common/comparator.py 55 additions, 34 deletionstests/common/comparator.py
- tests/common/configs.py 8 additions, 0 deletionstests/common/configs.py
- tests/common/nebula_service.py 9 additions, 5 deletionstests/common/nebula_service.py
- tests/common/types.py 22 additions, 0 deletionstests/common/types.py
- tests/common/utils.py 51 additions, 6 deletionstests/common/utils.py
- tests/conftest.py 38 additions, 63 deletionstests/conftest.py
- tests/data/nba/schema.ngql 0 additions, 3 deletionstests/data/nba/schema.ngql
- tests/data/student/schema.ngql 0 additions, 3 deletionstests/data/student/schema.ngql
- tests/tck/conftest.py 140 additions, 30 deletionstests/tck/conftest.py
- tests/tck/features/expression/Yield.feature 12 additions, 0 deletionstests/tck/features/expression/Yield.feature
- tests/tck/features/job/job.feature 0 additions, 25 deletionstests/tck/features/job/job.feature
- tests/tck/features/job/snapshot.feature 0 additions, 25 deletionstests/tck/features/job/snapshot.feature
- tests/tck/features/match/Base.feature 0 additions, 2 deletionstests/tck/features/match/Base.feature
- tests/tck/features/match/VariableLengthPattern.feature 1 addition, 1 deletiontests/tck/features/match/VariableLengthPattern.feature
- tests/tck/features/parser/Space.feature 41 additions, 0 deletionstests/tck/features/parser/Space.feature
- tests/tck/utils/table.py 21 additions, 26 deletionstests/tck/utils/table.py
- tests/tck/utils/utils.py 0 additions, 66 deletionstests/tck/utils/utils.py
Please register or sign in to comment