21 lines
471 B
Markdown
21 lines
471 B
Markdown
# Admin API Integration Tests
|
|
|
|
## Documentation
|
|
|
|
For comprehensive testing documentation, see:
|
|
|
|
**[Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/)** in MkDocs
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
# Run all admin tests
|
|
pytest tests/integration/api/v1/admin/ -v
|
|
```
|
|
|
|
## Status
|
|
|
|
⚠️ Tests to be migrated from legacy test files.
|
|
|
|
See [Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/) for migration details.
|