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
e01391446e7d941ceb256e6b1611d3618a46640a
python-tdd
/
src
/
apps
/
dashboard
/
tests
History
Disco DeDisco
f841408488
custom save method implemented in ItemForm(); views & tests updated accordingly (all UTs & FTs passing)
2026-01-21 15:02:26 -05:00
..
__init__.py
moved dashboard app unittests into apps.dashboard.tests.test_all
2026-01-14 13:51:00 -05:00
test_forms.py
custom save method implemented in ItemForm(); views & tests updated accordingly (all UTs & FTs passing)
2026-01-21 15:02:26 -05:00
test_models.py
invoked get_absolute_url() on List model to achieve DRY urls in views
2026-01-19 19:25:04 -05:00
test_views.py
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