Separate test runs for Unit versus Integration
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 42/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- github-actions, python
- Domain
- ci-cd, developer-experience, testing
Research direction
Start by inspecting the current GitHub Actions CI setup and the Nox or Pixi entry points used for local runs. Separate core-only unit tests from core-plus-optional-dependency integration tests, account for the three SPEC-0 Python versions and built-wheel imports, and verify that the split works in CI and locally.
Written by the indexing model from the issue text.
Description
- Unit test run: runs using core dependencies only
- Runs against the 3
SPEC-0Python versions (so will need locked env specs for each)
- Runs against the 3
- Integration test run: runs using core and optional dependencies
- Runs against only the latest
SPEC-0Python version, to save resource (could we run against all 3 for the lock update PRs only?)
- Runs against only the latest
- Split should ideally be easy to run in CI AND locally (i.e. Nox or Pixi). At minimum the GHA CI should be split
(Need to think about testing built wheels too. Currently we just test import, and that is against all 3 Python versions)
- Dominant language
- Python
- Stars
- 724
- Forks
- 317
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from SciTools/iris
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100