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
We currently have no place where Python-based SQLAlchemy integration tests are conducted. Currently, there are only Python-based unit tests exercising the CrateDB dialect using corresponding mocks to work around needing a real database. On the other hand, there are integration test cases with SQLAlchemy and CrateDB, but they are only written as doctests.
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.