taoensso / faraday

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

Add some unit tests for the query function. #37

Closed tommy closed 10 years ago

tommy commented 10 years ago

I was using the :limit option and it didn't seem to be working -- didn't realize by default the query method will call dynamo 5 times.

Anyway, in my debugging I wrote some tests so I thought I'd let the work not go totally wasted. Hope it's welcome.

Tested against dynamodb-local.

ptaoussanis commented 10 years ago

Hey Tommy, looks good - thank you!