Closed DrEdi closed 7 years ago
Can you suggest any docs, what exactly should I test in those unittests? I suppose, the answer is not 'everything' :)
Routing, querysets, rendering and yep would be better 'everything' :)
@Miseracle anything you would find reasonable. Once you try it out and submit a PR, we'll tell you if that makes enough coverage
And yes, although python's stdlib package is called unittest, django tests are not exactly unit tests, strictly speaking. They are more like integration.
As an example you can use this, but try to do it by yourself :new_moon_with_face: