Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pandas / tests / series / indexing / conftest.py
Size: Mime:
import pytest

from pandas.tests.series.common import TestData


@pytest.fixture(scope='module')
def test_data():
    return TestData()