Comprehensive guidelines for writing and running tests in the Zyeta backend
pyproject.toml
.
conftest.py
file at the root of the tests directory to define shared fixtures:
.github/workflows/pre-commit.yml
file to include testing:
pytest.mark.asyncio
decorator for async test functionsasync
fixtures where needed