Server IP : 192.158.238.246 / Your IP : 18.118.30.3 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python37/lib64/python3.7/site-packages/guppy/heapy/test/__pycache__/ |
Upload File : |
B �]� � @ s� d Z ddlZddlZddlZG dd� de�ZG dd� de�ZG dd� de�Zd ZdZ G d d� d�Z ddd �Zddd�Zdd� Z G dd� dej�ZdS )ziSupporting definitions for the Heapy regression test. Addapted from Python standard module test_support. � Nc @ s e Zd ZdZdS )�Errorz*Base class for regression test exceptions.N)�__name__� __module__�__qualname__�__doc__� r r �K/opt/alt/python37/lib64/python3.7/site-packages/guppy/heapy/test/support.pyr s r c @ s e Zd ZdZdS )� TestFailedzTest failed.N)r r r r r r r r r s r c @ s 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. N)r r r r r r r r r s r � c @ s e Zd Zdd� ZdS )�BasicTestRunnerc C s t �� }||� |S )N)�unittestZ TestResult)�self�test�resultr r r �run&