runserver
Browse manually
Learn the codebase
git commit -m wip
Coffee
Should be a one-liner
# Should be a one-liner
assertNoDiff('/widgets/1/')
from django import test
from responsediff.test import ResponseDiffTestMixin
class MixinTest(ResponseDiffTestMixin, test.TestCase):
fixtures = ['your_object.json']
def test_admin(self):
self.assertResponseDiffEmpty(test.Client().get('/admin/'))