vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 9 forks source link

Add basic tests and CI #3

Closed tirkarthi closed 6 years ago

tirkarthi commented 6 years ago

Since I don't have access to the project I can't add this to Travis CI. I tested the config in my fork. Feel free to edit this PR if you have plans to use other CI.

Travis build : https://travis-ci.org/tirkarthi/clj_fdb/builds/375447446

Thanks.

vedang commented 6 years ago

Thanks! I've cleaned up the tests and pushed them to master with this commit: https://github.com/vedang/clj_fdb/commit/c2e5695e08de6324b3ffb89e47c769fbf7782f43

The cleanup was as follows:

tirkarthi commented 6 years ago

Thanks for the comments. I will keep them in mind with respect to my test suite too. I have some more tests that I will try porting as I find time.

https://github.com/tirkarthi/clj-foundationdb/blob/master/test/clj_foundationdb/core_test.clj

vedang commented 6 years ago

👍 That would be great!