-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLAlchemy: Add Python-based test module for integration tests #88
Comments
At crate/crate-python#490 (review) ff., we discovered that it would be indeed good to have a spot to run Python-based SQLAlchemy integration tests.
Specifically, this is 1429658e. Thank you again! |
Integration tests can be written in Python now. Example: sqlalchemy-cratedb/tests/vector_test.py Lines 218 to 249 in da977d9
|
At crate/crate-python#464 (comment), we observed that
In order to conduct special test scenarios which don't fit having them written as a doctest, and for improved capabilities to run specific test cases selectively, it may make sense to add a module which fills the gap on running Python-based SQLAlchemy integration test cases against a real database.
The text was updated successfully, but these errors were encountered: