o
     Lojø  ã                   @   s>   d dl Z d dlmZ G dd„ de jƒZedkre  ¡  dS dS )é    N)Úbuild_promptc                   @   s$   e Zd Zdd„ Zdd„ Zdd„ ZdS )ÚGeneratorTestc                 C   s<   t dddddœgƒ}|  d|¡ |  d|¡ |  d|¡ d S )	NzWhat is overtime?ÚFLSAz+Overtime is paid at one and one-half times.úhttps://example.test/flsa©ÚsourceÚtextÚurlz[1]zCite every factual claimzNOT legal advice©r   ÚassertIn©ÚselfÚprompt© r   ú2/root/openrights-assistant/tests/test_generator.pyÚ)test_prompt_contains_citation_instruction   s   z7GeneratorTest.test_prompt_contains_citation_instructionc                 C   s$   t dddddœgƒ}|  d|¡ d S )NzWhat is the minimum wage?r   zThe minimum wage is $7.25.r   r   r
   r   r   r   r   Útest_prompt_includes_question   ó   z+GeneratorTest.test_prompt_includes_questionc                 C   s$   t dddddœgƒ}|  d|¡ d S )Nztest?ÚTestzUnique passage text here.zhttps://example.testr   r
   r   r   r   r   Ú test_prompt_includes_source_text   r   z.GeneratorTest.test_prompt_includes_source_textN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r   r   r      s    r   Ú__main__)ÚunittestÚopenrights.generatorr   ÚTestCaser   r   Úmainr   r   r   r   Ú<module>   s    ÿ