TEST: Added test cases for Create Dataset HTTP API (#5724)

### What problem does this PR solve?

1. add test cases
2. integrate workflows/tests.yml into CI pipeline

### Type of change

- [x] add testcases
This commit is contained in:
刘安
2025-03-06 20:22:17 +08:00
committed by GitHub
parent 27153dde85
commit 4f9504305a
8 changed files with 414 additions and 1 deletions

View File

@ -18,3 +18,8 @@ dependencies = [
test = [
"pytest>=8.0.0,<9.0.0"
]
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
]