tests and actions
Some checks failed
Pricing Tests / Pricing Model Tests (push) Failing after 4s
Pricing Tests / Pricing Documentation Check (push) Failing after 3s

This commit is contained in:
Tobias Brunner 2025-06-20 10:46:11 +02:00
parent c05feb37d3
commit 78f52ea7f4
No known key found for this signature in database
17 changed files with 4140 additions and 3 deletions

View file

@ -1,3 +1,4 @@
from django.test import TestCase
# Create your tests here.
# Import all test modules to ensure they are discovered by Django's test runner
from .tests.test_pricing import *
from .tests.test_pricing_edge_cases import *
from .tests.test_pricing_integration import *