Your IP : 216.73.216.213
��Yf� � @ s� d Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z m Z e � Gd d � d e j
� Z e d k r� e j
� d S) z�Tests for scripts in the Tools directory.
This file contains regression tests for some of the scripts found in the
Tools directory of a Python checkout or tarball, such as reindent.py.
� N)�assert_python_ok)�findfile)�
scriptsdir�skip_if_missingc @ sI e Z d Z e j j e d � Z d d � Z d d � Z d d � Z
d S) �
ReindentTestszreindent.pyc C s t | j � d S)N)r �script)�self� r �B/opt/alt/python35/lib64/python3.5/test/test_tools/test_reindent.py�test_noargs s zReindentTests.test_noargsc C s? t | j d � \ } } } | j | d � | j | d � d S)Nz-h� )r r �assertEqualZ
assertGreater)r �rc�out�errr r r
� test_help s zReindentTests.test_helpc C sN t d � } t | j d | � \ } } } | j | d � | j | d � d S)Nz
bad_coding.pyz-rr )r r r r
ZassertNotEqual)r Zbad_coding_pathr r r r r r
�$test_reindent_file_with_bad_encoding s z2ReindentTests.test_reindent_file_with_bad_encodingN)�__name__�
__module__�__qualname__�os�path�joinr r r r r r r r r
r s r �__main__)�__doc__r ZunittestZtest.support.script_helperr Ztest.supportr Ztest.test_toolsr r ZTestCaser r �mainr r r r
�<module> s