testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

feat: Add CassandraContainer

Open cbornet opened this issue 1 year ago • 2 comments

cbornet avatar Mar 14 '24 18:03 cbornet

there is work on going here https://github.com/testcontainers/testcontainers-python/pull/167#issuecomment-1996362694 too

alexanderankin avatar Mar 20 '24 02:03 alexanderankin

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

cbornet avatar Mar 20 '24 09:03 cbornet