관리-도구
편집 파일: support.cpython-37.opt-1.pyc
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)�selfZtest�resultr r r �run&