issues
search
Ramin-RX7
/
CafeMenu
Café management website with custom dashboard panel for staff
MIT License
2
stars
4
forks
source link
Create tests for core/users/dynamic_menu apps
#167
Closed
Ramin-RX7
closed
1 year ago
Ramin-RX7
commented
1 year ago
For the the mentioned apps create these tests:
models
urls
views
admin panel
forms
Few notes:
Do not test multiple parts of the app in the same test
Have the coverage of 100% on these app
Make sure you test everything possible (response status code, template used, context, model fields, model methods, view response contents, etc.)
Make a package for tests and put different test cases into their own corresponding file.
For the the mentioned apps create these tests:
Few notes: