This website requires JavaScript.
Explore
Help
Register
Sign In
discoman
/
python-tdd
Watch
1
Star
0
Fork
0
You've already forked python-tdd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d236ab9d69f20e3c8312f8d79d9081f6f66a7807
python-tdd
/
src
/
apps
/
lyric
History
Disco DeDisco
d236ab9d69
apps.lyric.views updated with simpler FBV & test functionality for user login & authentication (some mocking employed); FT in test_simple_list_creation updated for new base.html content from several commits previous, now only FT not passing (to be expected) is under test_login
2026-01-31 15:16:34 -05:00
..
migrations
migrations run for lyric models; authentication & views & their tests now account more fully for uuid over email as pk
2026-01-30 21:33:30 -05:00
tests
apps.lyric.views updated with simpler FBV & test functionality for user login & authentication (some mocking employed); FT in test_simple_list_creation updated for new base.html content from several commits previous, now only FT not passing (to be expected) is under test_login
2026-01-31 15:16:34 -05:00
__init__.py
started lyric app (in earnest this time); added bootstrap-classed navbar w. login form to base.html; tweaked apps.dashboard.tests.test_views to accomodate multiple forms on same page
2026-01-29 15:21:54 -05:00
admin.py
started lyric app (in earnest this time); added bootstrap-classed navbar w. login form to base.html; tweaked apps.dashboard.tests.test_views to accomodate multiple forms on same page
2026-01-29 15:21:54 -05:00
apps.py
custom user model that maintains id as pk
2026-01-30 15:04:47 -05:00
authentication.py
migrations run for lyric models; authentication & views & their tests now account more fully for uuid over email as pk
2026-01-30 21:33:30 -05:00
models.py
migrations run for lyric models; authentication & views & their tests now account more fully for uuid over email as pk
2026-01-30 21:33:30 -05:00
urls.py
new apps.lyric.views login FBV; new login path in .urls; new UT in .tests.test_views to assert the FBV's redirect to '/'
2026-01-30 17:36:48 -05:00
views.py
apps.lyric.views updated with simpler FBV & test functionality for user login & authentication (some mocking employed); FT in test_simple_list_creation updated for new base.html content from several commits previous, now only FT not passing (to be expected) is under test_login
2026-01-31 15:16:34 -05:00