website/hub/services/tests.py
Tobias Brunner 78f52ea7f4
Some checks failed
Pricing Tests / Pricing Model Tests (push) Failing after 4s
Pricing Tests / Pricing Documentation Check (push) Failing after 3s
tests and actions
2025-06-20 10:46:11 +02:00

4 lines
205 B
Python

# 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 *