xapix-io / paos

Clojure SOAP client
Eclipse Public License 1.0
93 stars 12 forks source link

Add Testing documentation to readme #11

Closed boxxxie closed 6 years ago

boxxxie commented 6 years ago

i tried lein test which gave me a response telling me that i don't have a project.clj i'm not sure how to run the tests outside of a repl or using clj/clojure commands

DeLaGuardo commented 6 years ago

Thanks for the suggestion. I will add it into readme. Right now you can use clj tool by running the command clj -A:test:runner from the root of the project. It is described in CONTRIBUTING.md but it is worth to mention the same in the README.

Please tell me if something is not working for you.