No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 97.8%
  • Dockerfile 2.2%
Find a file
Chris Pressland be189c5b83
Some checks failed
build / build (push) Has been cancelled
build / release (production) (push) Has been cancelled
build / release (staging) (push) Has been cancelled
Remove old dynamic versioning patern
2024-02-10 00:15:27 +00:00
.github/workflows Update build process 2024-02-10 00:13:30 +00:00
luna BPL-751 Migrate from pipenv to poetry 2022-09-27 14:25:59 +01:00
tests BPL-751 Migrate from pipenv to poetry 2022-09-27 14:25:59 +01:00
.coveragerc BPL-751 Migrate from pipenv to poetry 2022-09-27 14:25:59 +01:00
.env.example add deployment ci, Dockerfile and merge redis env vars into redis_url 2021-04-12 20:39:20 +01:00
.gitignore add tests and retry logic 2021-04-07 13:44:02 +03:00
CODEOWNERS Update CODEOWNERS 2021-07-21 12:14:49 +00:00
Dockerfile Update build process 2024-02-10 00:13:30 +00:00
poetry.lock Bump redis from 4.3.4 to 4.4.4 2024-02-09 23:35:14 +00:00
pyproject.toml Remove old dynamic versioning patern 2024-02-10 00:15:27 +00:00
README.md BPL-751 Migrate from pipenv to poetry 2022-09-27 14:25:59 +01:00
wsgi.py BPL-751 Migrate from pipenv to poetry 2022-09-27 14:25:59 +01:00

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 install
  • poetry run python wsgi.py

unittest

  • poetry run pytest tests --cov=luna --cov-report=term-missing