Docker-based testing environment #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Reproducible containerized environment for running the test suite and the
marchwardenCLI end-to-end without depending on the host's Python install or PEP 668 quirks.Scope
Dockerfile(Python 3.12 slim base) that installs the project editable with dev deps.dockerignorepytestmarchwarden ask "..."with~/secretsmounted read-only and~/.marchwardenmounted for trace persistenceOut of scope