B
.�Se� � @ sN d dl Z d dlZd dlmZ d dlmZ e �e�ZdgZ G dd� dej
�ZdS )� N)� format_tb)�is_base_exception�Failurec @ s6 e Zd ZdZdZddd�Zdd� Zdd � Zd
d� ZdS )
r z�Unloadable or unexecutable test.
A Failure case is placed in a test suite to indicate the presence of a
test that could not be loaded or executed. A common example is a test
module that fails to import.
FNc C s<