Files
2026-07-09 05:08:16 +08:00

8 lines
262 B
Python

"""
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.
"""