agronholm / agronholm/sqlacodegen
Add real-world E2E tests
Open
enhancement
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 284
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 1
Description
### Things to check first
- [x] I have searched the existing issues and didn't find my feature already requested there
### Feature description
While the current test coverage is high, the test are mostly generation centric.
Code generation will always be as correct as much the programmer's understanding of SQLAlchemy spec.
However, we are lacking the ability to evaluate the generated code against bonafide databae instances in several simple use cases
### Use case
We are encountering occasional regressions due the lack of such tests
Contributor guide
Assessment
This issue has not been assessed yet.