o
    oi                     @   sB   d dl Z d dlmZ d dlmZ ddlmZmZ G dd dZdS )    N)parameterized)
Normalizer   )	CACHE_DIRparse_test_case_filec                   @   sF   e Zd ZededddZeede	j
de	j
jdd Zd	S )
TestCharitFcased)lang	cache_diroverwrite_cache
input_casez1it/data_text_normalization/test_cases_measure.txtCPUc                 C   s    | j j|dd}||ksJ d S )NT)punct_post_process)
normalizer	normalize)self
test_inputexpectedpreds r   ^/home/ubuntu/.local/lib/python3.10/site-packages/tests/nemo_text_processing/it/test_measure.pytest_norm_char   s   zTestChar.test_norm_charN)__name__
__module____qualname__r   r   r   r   expandr   pytestmarkrun_only_onunitr   r   r   r   r   r      s    
r   )r   r   1nemo_text_processing.text_normalization.normalizer   utilsr   r   r   r   r   r   r   <module>   s
   