Files
ferro-ta/tests/unit/conftest.py
T

8 lines
262 B
Python
Raw Normal View History

2026-03-23 23:34:28 +05:30
"""
Unit test conftest — inherits shared fixtures from tests/conftest.py.
pytest automatically loads parent conftest.py files, so all fixtures
defined in tests/conftest.py (ohlcv_500, ohlcv_100, ohlcv_real) are
available here without any explicit import.
"""