issues
search
rafaelurben
/
django-kmuhelper
A webapp with Swiss QR-Invoices for Swiss SME // Eine Webapp mit QR-Rechnungen für Schweizer KMU
https://www.rafaelurben.ch/django-kmuhelper/
GNU General Public License v3.0
14
stars
2
forks
source link
Write more tests
#269
Open
rafaelurben
opened
7 months ago
rafaelurben
commented
7 months ago
Examples:
[x] Check all admin URLs while authenticated (500 check for template errors or admin config mistakes)
[ ] Check all custom URLs
[ ] Check all custom URLs while not authenticated (expect redirect)
[x] Check order total calculations
[x] Check product sale price calculations
[ ] Check Swiss QR payload generation
[ ] Check PDF generation
[x] Check if makemigrations wants to create new migrations
[ ] Check emails?
Other tasks:
[x] Rename tests directory (and all references) to kmuhelper_tests
[ ] Add
manage.py test kmuhelper_tests
to private django app (and add test database to databases)
Examples:
Other tasks:
manage.py test kmuhelper_tests
to private django app (and add test database to databases)