build(backend): test tooling setup + taskfile tidy #7

Merged
mcataford merged 3 commits from build/consolidation-test-tooling into main 2023-08-11 17:58:22 +00:00
mcataford commented 2023-08-11 17:48:04 +00:00 (Migrated from github.com)

Introduces pytest and associated task command to prepare to write better test coverage. Also tidies up the backend Taskfile to reduce cruft, notably:

  • Less duplication around .venv handling for backend commands that need it;
  • Usage of dotenv instead of manual sourcing for env files in start and migrate
Introduces `pytest` and associated `task` command to prepare to write better test coverage. Also tidies up the backend `Taskfile` to reduce cruft, notably: - Less duplication around `.venv` handling for backend commands that need it; - Usage of `dotenv` instead of manual sourcing for env files in `start` and `migrate`
This repo is archived. You cannot comment on pull requests.
No description provided.