Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
nose
/
__pycache__
/
File Content:
failure.cpython-37.opt-1.pyc
B 9�`� � @ 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<