website/hub/services/tests.py

5 lines
205 B
Python
Raw Normal View History

2025-06-20 10:46:11 +02:00
# 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 *