3
Ud                 @   s8   d dl Z d dlZd dlmZ d dljZG dd dZdS )    N)Seriesc               @   s0   e Zd Zejjdeeje	ej
fdd ZdS )TestSeriesToDictmappingc             C   sf   t |j|dd}|j }|jjd |_tj|| t |jtj}t tj|j	 }tj|| d S )Nts)name)
r   to_dictcopyindexZ
_with_freqtmZassert_series_equalcollectionsCounteritems)selfr   Zdatetime_seriesresultexpectedZfrom_methodZfrom_constructor r   \/var/www/html/virt/lib64/python3.6/site-packages/pandas/tests/series/methods/test_to_dict.pytest_to_dict
   s    zTestSeriesToDict.test_to_dictN)__name__
__module____qualname__pytestmarkZparametrizedictr   defaultdictlistOrderedDictr   r   r   r   r   r   	   s   r   )r   r   Zpandasr   Zpandas._testingZ_testingr
   r   r   r   r   r   <module>   s   
