TEST: Added test cases for Delete Dataset HTTP API (#5770)

### What problem does this PR solve?

1. cover dataset deletion endpoints
2. format code with ruff

### Type of change

- [x] add testcases
- [ ] style
This commit is contained in:
刘安
2025-03-07 17:44:51 +08:00
committed by GitHub
parent 2ad852d8df
commit 8a84d1048c
5 changed files with 422 additions and 162 deletions

View File

@ -22,4 +22,5 @@ test = [
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
"wip: marks tests as work in progress (deselect with '-m \"not wip\"')"
]