python-by-example-150-chall.../venv/lib/python3.6/site-packages/pandas/tests/series/indexing/conftest.py

9 lines
136 B
Python
Raw Normal View History

2019-08-04 20:26:35 +08:00
import pytest
from pandas.tests.series.common import TestData
@pytest.fixture(scope="module")
def test_data():
return TestData()