B
    c`\;                 @   s   d dl mZ d dlZd dlmZmZ d dlmZ G dd deZG dd deZ	G d	d
 d
eZ
G dd deZG dd deZdS )    )TestCaseN)Draft4Validator
exceptions)PY3c               @   sT   e Zd Zdd Zdd Zdd Zdd Zd	d
 Zdd Zdd Z	dd Z
dd ZdS )TestBestMatchc             C   sH   t |}t|}tt|}d}| j| | |||d |S )Nz:Didn't return a consistent best match!
Got: {0}

Then: {1})msg)listr   
best_matchreversedassertEqualZ	_contentsformat)selferrorsbestZreversed_bestr    r   ?lib/python3.7/site-packages/jsonschema/tests/test_exceptions.pyr	   	   s    
zTestBestMatch.best_matchc             C   sH   t ddddddiidii}| |ddg ii}| |jd d S )	N
propertiesfoo   bartypeobject)minPropertiesr   r   )r   r	   iter_errorsr   	validator)r   r   r   r   r   r   (test_shallower_errors_are_better_matches   s    z6TestBestMatch.test_shallower_errors_are_better_matchesc             C   sJ   t dddiddigddiddigd}| |i }| |jd dS )zo
        A property you *must* match is probably better than one you have to
        match a part of.

        r   r   stringZnumber)r   anyOfoneOfr   N)r   r	   r   r   r   )r   r   r   r   r   r   %test_oneOf_and_anyOf_are_weak_matches"   s    z3TestBestMatch.test_oneOf_and_anyOf_are_weak_matchesc          	   C   sR   t dddddiddddiiigiii}| |dddii}| |jd d	S )
aM  
        If the most relevant error is an anyOf, then we traverse its context
        and select the otherwise *least* relevant error, since in this case
        that means the most specific, deep, error inside the instance.

        I.e. since only one of the schemas must match, we look for the most
        relevant one.

        r   r   r   r   r   r   array   N)r   r	   r   r   validator_value)r   r   r   r   r   r   8test_if_the_most_relevant_error_is_anyOf_it_is_traversed3   s    zFTestBestMatch.test_if_the_most_relevant_error_is_anyOf_it_is_traversedc          	   C   sR   t dddddiddddiiigiii}| |dddii}| |jd d	S )
aM  
        If the most relevant error is an oneOf, then we traverse its context
        and select the otherwise *least* relevant error, since in this case
        that means the most specific, deep, error inside the instance.

        I.e. since only one of the schemas must match, we look for the most
        relevant one.

        r   r   r   r   r   r   r    r!   N)r   r	   r   r   r"   )r   r   r   r   r   r   8test_if_the_most_relevant_error_is_oneOf_it_is_traversedM   s    zFTestBestMatch.test_if_the_most_relevant_error_is_oneOf_it_is_traversedc          	   C   sR   t dddddiddddiiigiii}| |dddii}| |jd d	S )
z
        Now, if the error is allOf, we traverse but select the *most* relevant
        error from the context, because all schemas here must match anyways.

        r   r   ZallOfr   r   r   r    r!   N)r   r	   r   r   r"   )r   r   r   r   r   r   8test_if_the_most_relevant_error_is_allOf_it_is_traversedg   s    zFTestBestMatch.test_if_the_most_relevant_error_is_allOf_it_is_traversedc             C   s^   t dddddidddiddddiiigigiii}| |dddii}| |jd d S )	Nr   r   r   r   r   r   r    r!   )r   r	   r   r   r"   )r   r   r   r   r   r   test_nested_context_for_oneOf}   s    
z+TestBestMatch.test_nested_context_for_oneOfc             C   s6   t ddi}|i \}| t|i jd d S )Nr   r   )r   r   r   r   r	   r   )r   r   errorr   r   r   test_one_error   s
    zTestBestMatch.test_one_errorc             C   s"   t i }| t|i  d S )N)r   ZassertIsNoner   r	   r   )r   r   r   r   r   test_no_errors   s    zTestBestMatch.test_no_errorsN)__name__
__module____qualname__r	   r   r   r#   r$   r%   r&   r(   r)   r   r   r   r   r      s   r   c               @   s,   e Zd Zdd Zdd Zdd Zdd Zd	S )
TestByRelevancec             C   sb   t jddgd}t jdddgd}t||gt jd}| || t||gt jd}| || d S )NzOh no!Zbaz)pathzOh yes!r   r   )key)r   ValidationErrormax	relevanceassertIs)r   shallowdeepmatchr   r   r   #test_short_paths_are_better_matches   s    z3TestByRelevance.test_short_paths_are_better_matchesc             C   s~   t jdg d}t jddgd}t||gt jd}| dd |D dgg g t||gt jd}| dd |D dgg g d S )	NzOh no!)r.   zOh yes!r   )r/   c             S   s   g | ]}t |jqS r   )r   r.   ).0r'   r   r   r   
<listcomp>   s    zNTestByRelevance.test_global_errors_are_even_better_matches.<locals>.<listcomp>c             S   s   g | ]}t |jqS r   )r   r.   )r8   r'   r   r   r   r9      s    )r   r0   sortedr2   r   )r   r4   r5   r   r   r   r   *test_global_errors_are_even_better_matches   s    z:TestByRelevance.test_global_errors_are_even_better_matchesc             C   sh   t jdg dd}t jdg dd}t jdd}t||g|d}| || t||g|d}| || d S )NzOh no!a)r.   r   zOh yes!b)weak)r/   )r   r0   by_relevancer1   r3   )r   r>   normalr	   r6   r   r   r   'test_weak_validators_are_lower_priority   s    z7TestByRelevance.test_weak_validators_are_lower_priorityc             C   s~   t jdg dd}t jdg dd}t jdg dd}t jddd}t|||g|d	}| || t|||g|d	}| || d S )
NzOh no!r<   )r.   r   zOh yes!r=   zOh fine!c)r>   strong)r/   )r   r0   r?   r1   r3   )r   r>   r@   rC   r	   r6   r   r   r   *test_strong_validators_are_higher_priority   s    z:TestByRelevance.test_strong_validators_are_higher_priorityN)r*   r+   r,   r7   r;   rA   rD   r   r   r   r   r-      s   	r-   c               @   sT   e Zd Zdd Zdd Zdd Zdd Zd	d
 Zdd Zdd Z	dd Z
dd ZdS )TestErrorTreec             C   s.   dd t dD }t|}| |jd d S )Nc             S   s   g | ]}t jd |dqS )Z	Something)r   )r   r0   )r8   ir   r   r   r9      s   zQTestErrorTree.test_it_knows_how_many_total_errors_it_contains.<locals>.<listcomp>   )ranger   	ErrorTreer   Ztotal_errors)r   r   treer   r   r   /test_it_knows_how_many_total_errors_it_contains   s    
z=TestErrorTree.test_it_knows_how_many_total_errors_it_containsc             C   s,   t jddgdg}t |}| d| d S )Nz	a messager   )r.   )r   r0   rI   assertIn)r   r   rJ   r   r   r   1test_it_contains_an_item_if_the_item_had_an_error   s    
z?TestErrorTree.test_it_contains_an_item_if_the_item_had_an_errorc             C   s,   t jddgdg}t |}| d| d S )Nz	a messager   )r.   r   )r   r0   rI   assertNotIn)r   r   rJ   r   r   r   9test_it_does_not_contain_an_item_if_the_item_had_no_error   s    
zGTestErrorTree.test_it_does_not_contain_an_item_if_the_item_had_no_errorc             C   s0   t jddd}t |g}| |jd|i d S )Nz	a messager   )r   )r   r0   rI   r   r   )r   r'   rJ   r   r   r   1test_validators_that_failed_appear_in_errors_dict   s    z?TestErrorTree.test_validators_that_failed_appear_in_errors_dictc             C   sP   t jddgdt jdddgdg}t |}| d|d  | d|d  d S )Nza bar messager   )r.   za bar -> 0 messager      )r   r0   rI   rL   rN   )r   r   rJ   r   r   r   1test_it_creates_a_child_tree_for_each_nested_path   s
    
z?TestErrorTree.test_it_creates_a_child_tree_for_each_nested_pathc             C   sX   t jddddgdt jddddgd }}t ||g}| |d d j||d d S )	N1r   r   r   )r   r.   2quux)r   rU   )r   r0   rI   r   r   )r   e1e2rJ   r   r   r   +test_children_have_their_errors_dicts_built   s    z9TestErrorTree.test_children_have_their_errors_dicts_builtc             C   s@   t jddddgddt jddd	d
gdd }}t ||g d S )NrS   r   r   Zbar2Zi1)r   r.   instancerT   rU   Zfoobarr   Zi2)r   r0   rI   )r   rV   rW   r   r   r   "test_multiple_errors_with_instance  s    z0TestErrorTree.test_multiple_errors_with_instancec          	   C   s>   t jddg d}t |g}| t |d  W d Q R X d S )NZ123r   )r   rY   r   )r   r0   rI   ZassertRaises
IndexError)r   r'   rJ   r   r   r   >test_it_does_not_contain_subtrees_that_are_not_in_the_instance  s    zLTestErrorTree.test_it_does_not_contain_subtrees_that_are_not_in_the_instancec             C   s6   t jddi dgd}t |g}| |d t j dS )z
        If a validator is dumb (like :validator:`required` in draft 3) and
        refers to a path that isn't in the instance, the tree still properly
        returns a subtree for that path.

        z	a messager   )r   rY   r.   N)r   r0   rI   ZassertIsInstance)r   r'   rJ   r   r   r   9test_if_its_in_the_tree_anyhow_it_does_not_raise_an_error  s    zGTestErrorTree.test_if_its_in_the_tree_anyhow_it_does_not_raise_an_errorN)r*   r+   r,   rK   rM   rO   rP   rR   rX   rZ   r\   r]   r   r   r   r   rE      s   		rE   c               @   s\   e Zd Zdd Zdd Zdd Zdd Zd	d
 Zdd Zdd Z	dd Z
dd Zdd ZdS )TestErrorInitReprStrc             K   s,   t ddddddid}|| tjf |S )NZhellor   r      )messager   r"   rY   schema)dictupdater   r0   )r   kwargsdefaultsr   r   r   
make_error'  s    
zTestErrorInitReprStr.make_errorc             K   s^   t r|dd}t|d}| jf |}t|d\}}}| ||j	 | || d S )Nzu''
)
r   replacetextwrapdedentrstriprf   str	partitionr   r`   )r   Zexpectedrd   r'   Zmessage_line_restr   r   r   assertShows2  s    z TestErrorInitReprStr.assertShowsc             C   s   |   }| t|jd d S )NrQ   )rf   ZassertGreaterlenargs)r   r'   r   r   r   !test_it_calls_super_and_sets_args<  s    z6TestErrorInitReprStr.test_it_calls_super_and_sets_argsc             C   s    |  ttjdddd  d S )NzHello!)r`   z<ValidationError: %r>)r   reprr   r0   )r   r   r   r   	test_repr@  s    zTestErrorInitReprStr.test_reprc             C   sh   t d}| t|d dddddid}x6|D ].}t|}||= t jd|}| t|d q2W d S )Nr`   r   r   r_   )r   r"   rY   ra   )r`   )r   r0   r   rm   rb   )r   r'   rd   attrkr   r   r   test_unset_errorF  s    

z%TestErrorInitReprStr.test_unset_errorc             C   s   | j dg g d d S )Nz
            Failed validating u'type' in schema:
                {u'type': u'string'}

            On instance:
                5
            )r.   schema_path)rq   )r   r   r   r   test_empty_pathsW  s    z%TestErrorInitReprStr.test_empty_pathsc             C   s   | j ddgdgd d S )Nz
            Failed validating u'type' in schema:
                {u'type': u'string'}

            On instance[0]:
                5
            r   items)r.   rz   )rq   )r   r   r   r   test_one_item_pathsd  s    z(TestErrorInitReprStr.test_one_item_pathsc             C   s   | j dddgdddgd d S )Nz
            Failed validating u'type' in schema[u'items'][0]:
                {u'type': u'string'}

            On instance[0][u'a']:
                5
            r   r<   r|   rQ   )r.   rz   )rq   )r   r   r   r   test_multiple_item_pathsq  s    z-TestErrorInitReprStr.test_multiple_item_pathsc             C   s0   | j dttdtttdtddd d S )Na@  
            Failed validating u'maxLength' in schema:
                {0: 0,
                 1: 1,
                 2: 2,
                 3: 3,
                 4: 4,
                 5: 5,
                 6: 6,
                 7: 7,
                 8: 8,
                 9: 9,
                 10: 10,
                 11: 11,
                 12: 12,
                 13: 13,
                 14: 14,
                 15: 15,
                 16: 16,
                 17: 17,
                 18: 18,
                 19: 19}

            On instance:
                [0,
                 1,
                 2,
                 3,
                 4,
                 5,
                 6,
                 7,
                 8,
                 9,
                 10,
                 11,
                 12,
                 13,
                 14,
                 15,
                 16,
                 17,
                 18,
                 19,
                 20,
                 21,
                 22,
                 23,
                 24]
                  Z	maxLength)rY   ra   r   )rq   r   rH   rb   zip)r   r   r   r   test_uses_pprint~  s
    2
z%TestErrorInitReprStr.test_uses_pprintc                sF   G  fdddt }| }tjdd|ddd} t|t| dS )	z
        Check for https://github.com/Julian/jsonschema/issues/164 which
        rendered exceptions unusable when a `ValidationError` involved
        instances with an `__eq__` method that returned truthy values.

        c                   s$   e Zd Z fddZ fddZdS )zdTestErrorInitReprStr.test_str_works_with_instances_having_overriden_eq_operator.<locals>.DontEQMeBroc                s     d d S )NzDon't!)fail)thisother)r   r   r   __eq__  s    zkTestErrorInitReprStr.test_str_works_with_instances_having_overriden_eq_operator.<locals>.DontEQMeBro.__eq__c                s     d d S )NzDon't!)r   )r   r   )r   r   r   __ne__  s    zkTestErrorInitReprStr.test_str_works_with_instances_having_overriden_eq_operator.<locals>.DontEQMeBro.__ne__N)r*   r+   r,   r   r   r   )r   r   r   DontEQMeBro  s   r   z	a messager   Zsomera   )r   rY   r"   ra   N)r   r   r0   rL   ru   rm   )r   r   rY   r'   r   )r   r   :test_str_works_with_instances_having_overriden_eq_operator  s    zOTestErrorInitReprStr.test_str_works_with_instances_having_overriden_eq_operatorN)r*   r+   r,   rf   rq   rt   rv   ry   r{   r}   r~   r   r   r   r   r   r   r^   &  s   
9r^   c               @   s   e Zd Zdd ZdS )TestHashablec             C   s$   t tdg t tdg d S )N )setr   r0   ZSchemaError)r   r   r   r   test_hashable  s    zTestHashable.test_hashableN)r*   r+   r,   r   r   r   r   r   r     s   r   )Zunittestr   rj   Z
jsonschemar   r   Zjsonschema.compatr   r   r-   rE   r^   r   r   r   r   r   <module>   s    4O ,