Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
usr
/
local
/
lib
/
python3.6
/
site-packages
/
setuptools
/
command
/
__pycache__
✏️
Editing: test.cpython-36.pyc
3 ���e� � @ s� d dl Z d dlZd dlZd dlZd dlZd dlZd dlmZmZ d dl m Z d dlmZ d dlm Z mZmZmZmZmZmZmZ d dlmZ d dlmZ G dd � d e�ZG d d� d�ZG dd � d e�ZdS )� N)�DistutilsError�DistutilsOptionError)�log)� TestLoader)�resource_listdir�resource_exists�normalize_path�working_set�evaluate_marker�add_activation_listener�require� EntryPoint)�Command)�unique_everseenc @ s e Zd Zdd� Zddd�ZdS )�ScanningLoaderc C s t j| � t� | _d S )N)r �__init__�set�_visited)�self� r �=/tmp/pip-build-vlmub77e/setuptools/setuptools/command/test.pyr s zScanningLoader.__init__Nc C s� || j krdS | j j|� g }|jtj| |�� t|d�rH|j|j� � t|d�r�xpt|jd�D ]`}|j d�r�|dkr�|jd |dd� }n"t |j|d �r`|jd | }nq`|j| j|�� q`W t|�d kr�| j |�S |d S dS ) a Return a suite of all tests cases contained in the given module If the module is a package, load tests from all the modules in it. If the module has an ``additional_tests`` function, call it and add the return value to the tests. N�additional_tests�__path__� z.pyz__init__.py�.� z/__init__.py� r ���)r �add�appendr �loadTestsFromModule�hasattrr r �__name__�endswithr ZloadTestsFromName�lenZ suiteClass)r �module�pattern�tests�file� submoduler r r r s$ z"ScanningLoader.loadTestsFromModule)N)r"