Where are the Assertion Methods list from Django TestCase? [closed]
I googled to find the assert methods list. But it seems like this documentation is very well hidden. Does anyone know where it is?
Solution 1:
It just uses the standard python unittest, http://docs.python.org/library/unittest.html#assert-methods, extended with Django-specific asserts which can be found here.
Solution 2:
the link that worked for me is https://docs.djangoproject.com/en/dev/topics/testing/overview/#assertions