Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python35
/
lib64
/
python3.5
/
site-packages
/
scipy
/
_lib
/
__pycache__
/
File Content:
_testutils.cpython-35.pyc
==WW� � @ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d d g Z d d d � Z d d � Z e d d � � Z d S) z) Generic test utilities and decorators. � )�division�print_function�absolute_importN)�dec)�SkipTest)� decorator�knownfailure_overridable�suppressed_stdout�xslowc s, � s d � � d � � f d d � } | S)NzHUndiagnosed issues (corner cases, wrong comparison values, or otherwise)zH [Set environment variable SCIPY_XFAIL=1 to run this test nevertheless.]c sL y t t j d � r | SWn t t f k r5 Yn Xt j d � � | � S)NZSCIPY_XFAILT)�bool�os�environ� ValueError�KeyErrorr Zknownfailureif)�func)�msg� �/_testutils.py�deco s z&knownfailure_overridable.<locals>.decor )r r r )r r r s c s4 d d l } � f d d � } | j j � � | � S)Nr c sM t j } t t j d � t _ z � | | � SWd t j j � | t _ Xd S)N�w)�sys�stdout�openr �devnull�close)�arg�kwargsZ oldstdout)�fr r �pwrapper&