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
|
3fdd07e003
|
wrapped most helper functions in functional_tests.base in the new @wait decorator, including wait_for() itself; all UTs & FTs passing
|
2026-02-01 20:38:26 -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
|
6804d3aaae
|
actually committed previously enumerated changes; the previous commit actually contained only the migrations reflecting these changes
|
2026-01-23 21:51:56 -05:00 |
|
Disco DeDisco
|
071a3d2532
|
apps.dashboard.forms now employed in all views; FT helpers in base.py updated to look for Django's default #id_text (instead of #id-text)
|
2026-01-21 14:41:25 -05:00 |
|
Disco DeDisco
|
1d96871d7b
|
emancipated hardcoded form views & html from base.html, apps.dashboard.views, apps.dashboard.tests.test_views; added get_item_input_box() helper method to functional_tests.base & retrofitted the other FTs to utilize it
|
2026-01-20 15:14:05 -05:00 |
|
Disco DeDisco
|
8d23d9f2c2
|
not getting the same precise error message, but perhaps the intent is the same?; anyway, updated views & some FTs, base.html for more dynamic error handling (tho incomplete)
|
2026-01-19 16:35:00 -05:00 |
|
Disco DeDisco
|
9909691a7e
|
new list item valid test completed, even if it doesn't yet pass
|
2026-01-14 13:43:58 -05:00 |
|
Disco DeDisco
|
291025c13f
|
FTs now exist in own test files, ea. reliant on base.py to execute
|
2026-01-14 13:23:31 -05:00 |
|