crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
9 stars 7 forks source link

Testcontainers for Python #72

Open amotl opened 1 year ago

amotl commented 1 year ago

About

amotl commented 1 year ago

The "Testcontainers for Python" implementation for CrateDB is located here.

pytest-based initialization code to use the "Testcontainers for Python" implementation, and provide a pytest fixture to the test cases, can be found within the conftest.py files of the corresponding projects.

Finally, those test cases demonstrate how to actually use that pytest fixture.

amotl commented 7 months ago

Progress

CrateDB's adapter for "Testcontainers for Python" is maturing. Thanks for your support on all things yak shaving, @pilosus and @surister. 💯

References

Backlog