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
17eb83c760b57342403d6a585feaab74c93c83e3
python-tdd
/
src
/
functional_tests
History
Disco DeDisco
a9e635f40e
All checks were successful
ci/woodpecker/push/woodpecker
Pipeline was successful
Details
fix for functional_tests.test_login, which still relied on old mock logic, no longer in apps.lyric.views, but handled by celery in apps.lyric.tasks
2026-02-21 22:03:03 -05:00
..
management
updated User creation method in functional_tests.management.commands.create_session
2026-02-19 20:50:31 -05:00
__init__.py
move code into newly created ./src/ dir
2026-01-03 23:36:38 -05:00
base.py
created functional_tests.list_page to handle common FT helpers; almost every FT file affected & less reliant on .base, which no longer contains those helpers
2026-02-17 23:07:12 -05:00
container_commands.py
reenabled admin area; outfitted apps.lyric.models w. AbstractBaseUser instead of custom user class; many other fns & several models updated to accomodate, such as set_unusable_password() method to base user model; reset staging db to prepare for refreshed lyric migrations to accomodate for retrofitted pw field
2026-02-19 20:31:29 -05:00
list_page.py
created functional_tests.my_lists_page to contain helpers for viewing shared lists; refactored several other FTs to passing
2026-02-17 23:27:54 -05:00
my_lists_page.py
created functional_tests.my_lists_page to contain helpers for viewing shared lists; refactored several other FTs to passing
2026-02-17 23:27:54 -05:00
test_admin.py
reenabled admin area; outfitted apps.lyric.models w. AbstractBaseUser instead of custom user class; many other fns & several models updated to accomodate, such as set_unusable_password() method to base user model; reset staging db to prepare for refreshed lyric migrations to accomodate for retrofitted pw field
2026-02-19 20:31:29 -05:00
test_jasmine.py
created new dir for STATICFILES_DIRS in core.settings; all Jasmine test files transferred to new dir src/static_src/; new FT test_jasmine executes Jasmine test runner as part of CI pipeline & base FT has dobules MAX_WAIT to 10s; some cleanup of unused imports in text_simple_list_creation
2026-02-11 14:42:38 -05:00
test_layout_and_styling.py
reenabled admin area; outfitted apps.lyric.models w. AbstractBaseUser instead of custom user class; many other fns & several models updated to accomodate, such as set_unusable_password() method to base user model; reset staging db to prepare for refreshed lyric migrations to accomodate for retrofitted pw field
2026-02-19 20:31:29 -05:00
test_list_item_validation.py
created functional_tests.list_page to handle common FT helpers; almost every FT file affected & less reliant on .base, which no longer contains those helpers
2026-02-17 23:07:12 -05:00
test_login.py
fix for functional_tests.test_login, which still relied on old mock logic, no longer in apps.lyric.views, but handled by celery in apps.lyric.tasks
2026-02-21 22:03:03 -05:00
test_my_lists.py
created functional_tests.my_lists_page to contain helpers for viewing shared lists; refactored several other FTs to passing
2026-02-17 23:27:54 -05:00
test_sharing.py
added headless option to .test_sharing for woodpecker FT run
2026-02-18 15:24:55 -05:00
test_simple_list_creation.py
created functional_tests.list_page to handle common FT helpers; almost every FT file affected & less reliant on .base, which no longer contains those helpers
2026-02-17 23:07:12 -05:00