You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
Fix django.contrib.auth failing test. Currently we use the default django.contrib.auth default login view with another template and url. This makes the test fail. A solution might be this one
Create a tests module for the people app
Add unit tests for models
Add unit tests for views
Add unit tests for forms
The text was updated successfully, but these errors were encountered:
Need
In order to check I don't introduce bugs As a developer I want a stable test suite
Deliverables
Solution
Abstract
In order to achieve a good test suite we need to do the following:
Prerequisites
https://docs.djangoproject.com/en/1.0/topics/testing/
http://www.realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/#.UlFRMpwW2bU
TODO
The text was updated successfully, but these errors were encountered: