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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@ Spotlight is also accessible to Github Copilot and other agents via a MCP server
91
91
92
92
Currently there is some testing for common utilities and Hohonu pipelines.
93
93
94
-
For common, cd into `common/` then `uv run pytest`. Add `--cov=.` to see coverage (along with other pytest-cov options).
94
+
`make test-all` to try to test everything.
95
95
96
-
For Hohonu, `docker compose exec hohonu pixi run pytest`.
96
+
- Common - `make test-common` or cd into `common/` then `uv run pytest`. Add `--cov=.` to see coverage (along with other pytest-cov options).
97
+
- Pipelines
98
+
- S3 Timeseries - `make test-s3-timeseries` for more isolated tests, or `docker compose exec/run s3_timeseries pixi run pytest` which will mount volumes (in case snapshots need to be updated).
99
+
- To run tests with real AWS data, include the `--aws` to `pytest`. This requires AWS credentials that can access the buckets.
100
+
- Hohonu - `make test-hohonu` for a more isolated test, or `docker compose exec/run hohonu pixi run pytest` will mount volumes (in case snapshots need to be updated).
0 commit comments