sqlalchemy / sqlalchemy/sqlalchemy
Create a way to run all the examples in the pipeline
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12.2k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
There are some examples that are not compatible with 2.0, like nested sets
https://github.com/sqlalchemy/sqlalchemy/blob/8b108297d075ae68178cd18a9cb4d06feee7e075/examples/nested_sets/nested_sets.py#L56-L73
Creating a way of running the tests as part of the pipeline work help avoiding having old examples laying around
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.
Research direction
Start with examples/nested_sets/nested_sets.py, especially lines 56-73, and inspect the repository's existing pipeline configuration and example layout. Determine how examples are currently run and which are incompatible with 2.0. Done means the pipeline exercises all compatible examples and prevents outdated examples from remaining unnoticed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlalchemy
- Domain
- ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100