testcontainers-python
testcontainers-python copied to clipboard
feat: Add CassandraContainer
there is work on going here https://github.com/testcontainers/testcontainers-python/pull/167#issuecomment-1996362694 too
Oh, sorry I missed that ! The PR has been opened for more than 2 years ?! Feel free to merge any of them. With your latest https://github.com/fruch/testcontainers-python/commit/2b238a227b00445bdef42427f1504fc87081800e they are very similar. Some differences to note:
- This one doesn't depend on the cassandra driver. It exposes a contact points tuple instead of a Cluster(). The tuple can be fed directly to a Cluster constructor.
- This one adds an entry in .github/settings.xml