swannodette / mies

Minimal ClojureScript project template
Eclipse Public License 1.0
369 stars 49 forks source link

Mies could come with tests #38

Open hugooliveirad opened 9 years ago

hugooliveirad commented 9 years ago

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 to mies?

swannodette commented 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.

hugooliveirad commented 9 years ago

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.

mneise commented 9 years ago

Adding a simple test setup sounds like a good idea! @hugobessaa let me know if you need any help with the PR :wink:

hugooliveirad commented 8 years ago

What do you think about using lein doo?

mneise commented 8 years ago

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: