testing

Testing tools, testing philosophy & methodology...
2017-03-24T11:48:06.231244Z

how common is the practice of putting your deftests right in the source code file, rather than putting it in a separate test/ directory ? i feel it's a really lean way to be writing these tests, and it gives you access to testing private functions as well. any thoughts ?

donaldball 2017-03-24T14:16:47.065980Z

Uncommon, I think. The testing fns will be in your production build without fancy build shenanigans.