test(billing): Add comprehensive tests for Topup model and payment verification 🧪

This commit is contained in:
2025-07-03 21:03:55 +05:00
parent 2122e8dfee
commit f67a3762ad
2 changed files with 200 additions and 3 deletions

View File

@ -7,6 +7,14 @@ dev:
migrate:
python manage.py migrate
make-migrations:
python manage.py makemigrations
python manage.py makemigrations
seed-topups:
python manage.py seed_topups --number=50
seed-payments:
python manage.py seed_payments --number=50
# TESTS
test-billing:
python manage.py test billing