3
pdŸ  ã               @   s2   d dl Z d dljZe jdd„ ƒZe jdd„ ƒZdS )é    Nc              C   s   t jƒ } d| _| S )zC
    Fixture for Series of floats with Index of unique strings
    Zseries)ÚtmZmakeStringSeriesÚname)Ús© r   ú>/tmp/pip-build-7vycvbft/pandas/pandas/tests/series/conftest.pyÚstring_series   s    r   c              C   s   t jƒ } d| _| S )zI
    Fixture for Series of dtype object with Index of unique strings
    Úobjects)r   ZmakeObjectSeriesr   )r   r   r   r   Úobject_series   s    r	   )ZpytestZpandas._testingZ_testingr   Zfixturer   r	   r   r   r   r   Ú<module>   s   

