7 lines
175 B
Python
Raw Normal View History

2024-10-02 22:15:59 +04:00
from .tools import add_constant, categorical
from statsmodels.tools._test_runner import PytestTester
__all__ = ['test', 'add_constant', 'categorical']
test = PytestTester()