jackrusher / mundaneum

A clojure wrapper around WikiData
BSD Zero Clause License
127 stars 16 forks source link

Testing by clj -Atest failed #6

Closed veer66 closed 4 years ago

veer66 commented 4 years ago

Testing by clj -Atest failed because:

Caused by: java.lang.RuntimeException: Unable to resolve symbol: entity in this context
jackrusher commented 4 years ago

Yeah, as per this comment the tests only work from inside emacs:

https://github.com/jackrusher/mundaneum/blob/1038471bb40489e2e03d6d26895243c8970dad3d/deps.edn#L11

I haven't taken the time to figure out why because I do all my work in emacs.

jackrusher commented 4 years ago

The tests are fixed in the version I will push shortly.