o
    ¹iG  ã                   @   s.   d dl Z d dlmZmZ G dd„ de jƒZdS )é    N)Úfind_separatorÚ	normalizec                   @   s   e Zd Zdd„ Zdd„ ZdS )ÚTestDecimalFractionFunctionsc                 C   sD   |   tdƒd¡ |   tdƒd¡ |   tdƒd¡ |   tdƒd¡ d S )NÚ éÿÿÿÿÚ1234z12.345é   ú123,45é   )ÚassertEqualr   ©Úself© r   ú_/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/aniso8601/tests/test_decimalfraction.pyÚtest_find_separator   ó   z0TestDecimalFractionFunctions.test_find_separatorc                 C   sD   |   tdƒd¡ |   tdƒd¡ |   tdƒd¡ |   tdƒd¡ d S )Nr   z12.34r	   z123.45z	123,45,67z	123.45.67)r   r   r   r   r   r   Útest_normalize   r   z+TestDecimalFractionFunctions.test_normalizeN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r   r      s    r   )ÚunittestÚaniso8601.decimalfractionr   r   ÚTestCaser   r   r   r   r   Ú<module>   s   