Disco DeDisco
|
07a76cb32d
|
added new template apps/dashboard/my_lists.html; all FTs passing green locally, tho half og .test_my_lists TODO'd out; test_login uses mock-patch architecture to avoid Mailgun and DigitalOcean magic login link testing restraints
|
2026-02-07 22:47:04 -05:00 |
|
Disco DeDisco
|
55bb589f61
|
added functional_tests to installed apps in core.settings (but only when debug is true); created management dir to contain new django cmds & listed in .dockerignore; created management.create_session cmd; recreated container.db.sqlite3; tweaked test_server setup in functional_tests.base; added test_server failsafe to magic link login testing in .test_login
|
2026-02-03 14:54:37 -05:00 |
|
Disco DeDisco
|
cf33f0ccd4
|
created new FT file at functional_tests.test_my_lists, where the first test model focuses on the integrity of cookie sessions; much of FT login/logout logic offloaded to helper functions in .base;logout django templating added to base.html
|
2026-02-01 20:06:01 -05:00 |
|
Disco DeDisco
|
93eb497dec
|
mocking added thruout apps.lyric.tests.test_views, where UTs mock message sending; status message loop added to base.html below navbar; hardcoded assert and model/view values aligned across lyric app, UTs & FTs
|
2026-01-30 17:23:07 -05:00 |
|
Disco DeDisco
|
3ebf4db974
|
removed spiked lyric app; pursuring spiked code via TDD, starting w. functional_tests.test_login
|
2026-01-29 14:28:19 -05:00 |
|