No description
- Python 97.8%
- Dockerfile 2.2%
| .github/workflows | ||
| luna | ||
| tests | ||
| .coveragerc | ||
| .env.example | ||
| .gitignore | ||
| CODEOWNERS | ||
| Dockerfile | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| wsgi.py | ||
Luna
Test helper, Mock project, Jeff.
configurations
- make a .env file from the provided example
cp .env.example .env - modify your configurations based on the environmental variables required in
luna.settings.py
running
poetry installpoetry run python wsgi.py
unittest
poetry run pytest tests --cov=luna --cov-report=term-missing