Open hugooliveirad opened 9 years ago
PRs to add tests are welcome! I'm a bit too strapped for time to do much mies related work myself these days.
I think just a test folder plus a scratch test namespace with the right imports would suffice.
A test script would be great too. As soon as I get my head around at how to do this right, I'll send a PR
Em 7 de out de 2015, às 17:22, David Nolen notifications@github.com escreveu:
PRs to add tests are welcome! I'm a bit too strapped for time to do much mies related work myself these days.
I think just a test folder plus a scratch test namespace with the right import would suffice.
— Reply to this email directly or view it on GitHub.
Adding a simple test setup sounds like a good idea! @hugobessaa let me know if you need any help with the PR :wink:
What do you think about using lein doo
?
Since this is supposed to be a minimal template I would just go with the testing functionality that is provided by ClojureScript itself instead of including another library (https://github.com/clojure/clojurescript/wiki/Testing) :wink:
As a newbie in Clojure and ClojureScript, I'm heavily relying in templates like
mies
to learn best practices and build stuff upon them.Tests is one part that is missing from
mies
. Is it intentional or can we add some basic testing scenarios tomies
?