Created a to-do list from scratch with Django following the "TDD with Python" book
Stars
4
Forks
4
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
69
commits
Add a wait decorator in functional test's base to reduce duplication
9cb0f7fView on GitHubtest_my_lists: precreate sessions, move login checks into base
8c37764View on GitHubAdd logout link in template; add logout url in urls.py; use django's builtin logout view
119eaf6View on GitHubmake sure there is no problem with login by disable last_login in user model; include a login status in base.html template
3cf92faView on GitHubadd (mocking) tests for authentication and login. still broken
ef7c65bView on GitHubwrite basic authentication methods; write tests to test authentication backend; implement email sending logic
2f4a70eView on GitHub