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
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,22 @@ uv run fluxel verify --repo /tmp/fluxel-demo --ref main --path images --path roo
200
200
201
201
Fluxel includes `integration`-marked tests for real S3-compatible behavior. The preferred target is Ministack.
202
202
203
+
For the standard local workflow, run a single command from the repository root:
204
+
205
+
```bash
206
+
bash scripts/run_s3_integration.sh
207
+
```
208
+
209
+
That script starts a temporary Ministack container on `127.0.0.1:4566`, waits for the health endpoint, resets emulator state, runs `tests/test_s3_integration.py`, and cleans up the container when the test run finishes.
210
+
211
+
If you prefer task-runner aliases, the repo also provides:
212
+
213
+
```bash
214
+
make test-s3-integration
215
+
```
216
+
217
+
GitHub Actions runs the same script in the dedicated S3 integration job.
0 commit comments