U
    f                      @   s(   d dl Z d dlmZ G dd deZdS )    N)mathc                   @   s   e Zd Zdd Zdd ZdS )ProductTestCasec                 C   s   t g dkstd S )N   )r   productAssertionErrorself r	   B/home/mars/bis/venv/lib/python3.8/site-packages/tests/math_test.pytest_empty_sequence   s    z#ProductTestCase.test_empty_sequencec              	   C   s$   t t td  W 5 Q R X d S )N)pytestZraises	TypeErrorr   r   r   r	   r	   r
   test_non_iterable
   s    z!ProductTestCase.test_non_iterableN)__name__
__module____qualname__r   r   r	   r	   r	   r
   r      s   r   )r   utilsr   objectr   r	   r	   r	   r
   <module>   s   