Files
orion/tests/integration/api/v1/public/README.md

21 lines
440 B
Markdown

# Public 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 public tests
pytest tests/integration/api/v1/public/ -v
```
## Status
⚠️ Tests to be created.
See [Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/) for details.