You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
Summary
The test data loader (
tests/fixtures/load-test-data.sh) can load test data but has no option to remove it.Current State
load-test-data.shloads Alice, Bob, Charlie, etc. into the databaseRequested
Add an
--unloadorunload-test-data.shoption that:Use Case
Testing workflows need to load → test → unload without leaving test data in the database.
Location
tests/fixtures/load-test-data.shor newtests/fixtures/unload-test-data.sh