Uname : Linux premium36.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
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
guppy
/
heapy
/
test
/
__pycache__
[ HOME ]
Exec
Submit
support.cpython-311.pyc
� � h� � �� � d Z ddlZddlZddlZddlZddlZ G d� de� � Z G d� de� � Z G d� de� � Z d Z dZ G d � d� � Zdd�Z dd �Zd� Z G d� dej � � ZdS )ziSupporting definitions for the Heapy regression test. Addapted from Python standard module test_support. � Nc � � e Zd ZdZdS )�Errorz*Base class for regression test exceptions.N��__name__� __module__�__qualname__�__doc__� � �k/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib64/python3.11/site-packages/guppy/heapy/test/support.pyr r s � � � � � �4�4�4�4r r c � � e Zd ZdZdS )� TestFailedzTest failed.Nr r r r r r s � � � � � ����r r c � � e Zd ZdZdS )�TestSkippeda! Test skipped. This can be raised to indicate that a test was deliberatly skipped, but not because a feature wasn't available. For example, if some resource can't be used, such as the network appears to be unavailable, this should be raised instead of TestFailed. Nr r r r r r s � � � � � �� � � r r � c � � e Zd Zd� ZdS )�BasicTestRunnerc �B � t j � � } ||� � |S �N)�unittest� TestResult)�self�test�results r �runzBasicTestRunner.run( s"