taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Use Testcontainers in a test fixture to start/stop DynamoDB Local #158

Closed joelittlejohn closed 3 years ago

joelittlejohn commented 3 years ago

Switch from clj-dynamodb-local to Testcontainers used from a fixture.

I like this method because it doesn't require any extra lein command to be added (you can just run tests with lein test) and also it works from the REPL without having to start any other processes.

joelittlejohn commented 3 years ago

Cool, np. Thanks for taking a look.