chore: docker-based test environment #14
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/docker-test-env"
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?
Closes Issue #13
Summary
Dockerfile— Python 3.12-slim, installs the project editable with dev extrasscripts/docker-test.sh—build/test/ask/replay/shellsubcommands; mounts~/secretsro and~/.marchwardenrw for live runs.dockerignore— keeps caches, venvs, and wiki out of the build contextpyproject.toml— addspytest-asyncioto dev deps (host had it installed out-of-band; container exposed the gap)Verified
scripts/docker-test.sh buildsucceedsscripts/docker-test.sh test→ 88/88 passing inside the containerWhy
Lets the agent run the CLI end-to-end against
~/secretswithout depending on host PEP 668 quirks or stale~/.localinstalls.