4 lines
205 B
Python
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 *
|