mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-07 12:16:30 +00:00
test(billing): Add comprehensive tests for Topup model and payment verification 🧪✅
This commit is contained in:
12
justfile
12
justfile
@ -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
|
Reference in New Issue
Block a user