U
    0e                     @   s   d dl mZmZ ddlZddlmZ eeZejdedd Z	ejdedd	 Z
ejded
d Zejdedd ZdS )   )assert_equalget_simple_examples    N)ceilingzinput, output, symbolicallyc                 C   s   t dj| d||d d S )Nz\ceil({input})inputsymbolicallyr   formatr   outputr	    r   3/tmp/pip-unpacked-wheel-586xlynq/tests/ceil_test.pytest_ceil_func   s    r   c                 C   s   t dj| d||d d S )Nz\operatorname{{ceil}}({input})r   r   r
   r   r   r   r   test_ceil_operatorname   s    r   c                 C   sF   t dj| d||d t dj| d||d t dj| d||d d S )Nz\lceil {input}\rceilr   r   z\left\lceil {input}\right\rceilz!\mleft\lceil {input}\mright\rceilr
   r   r   r   r   test_ceil_cmd   s    r   c                 C   sF   t dj| d||d t dj| d||d t dj| d||d d S )Nz\ulcorner {input}\urcornerr   r   z%\left\ulcorner {input}\right\urcornerz'\mleft\ulcorner {input}\mright\urcornerr
   r   r   r   r   test_ceil_corners   s    r   )contextr   r   ZpytestZsympyr   ZexamplesmarkZparametrizer   r   r   r   r   r   r   r   <module>   s   


