Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

How to unit test models in MVC / MVR app?

I'm building a node.js web app and am trying to do so for the first time in a test driven fashion. I'm using nodeunit for testing, which I find allows me to write tests quickly and painlessly. In this ...
rgb's user avatar
  • 909