ó
§]c           @   s<   d  Z  d d l Z d d l m Z d e f d     YZ d S(   s0   
Module with tests for the serve post-processor
i˙˙˙˙Ni   (   t	   TestsBaset	   TestServec           B   s   e  Z d  Z d   Z RS(   s$   Contains test functions for serve.pyc         C   sH   t  j d  y d d l m } Wn t k
 r< d GH  n X|   d S(   s(   Can a ServePostProcessor be constructed?t   tornadoi   (   t   ServePostProcessorsJ   Something weird is happening.
Tornado is sometimes present, sometimes not.N(   t   pytestt   importorskipt   serveR   t   ImportError(   t   selfR   (    (    sH   lib/python2.7/site-packages/nbconvert/postprocessors/tests/test_serve.pyt   test_constructor   s    (   t   __name__t
   __module__t   __doc__R	   (    (    (    sH   lib/python2.7/site-packages/nbconvert/postprocessors/tests/test_serve.pyR      s   (   R   R   t
   tests.baseR    R   (    (    (    sH   lib/python2.7/site-packages/nbconvert/postprocessors/tests/test_serve.pyt   <module>   s   