fastbackend test
Run framework-specific tests for the current project.
fastbackend test [options]
Options
| Flag | Description |
|---|---|
--adapter <adapter> |
Override adapter from config |
Example
fastbackend test
pytest tests/ -v
Scaffolded projects include tests/conftest.py, test_health.py, and test_custom_endpoints.py.