ó
§‰]c           @   s@   d  Z  d d l m Z d d l m Z d e f d „  ƒ  YZ d S(   s   Tests for MarkdownExporteri   (   t   ExportersTestsBasei   (   t   MarkdownExportert   TestMarkdownExporterc           B   s2   e  Z d  Z e Z d d g Z d „  Z d „  Z RS(   s   Tests for MarkdownExportert   markdownt   htmlc         C   s   t  ƒ  d S(   s8   
        Can a MarkdownExporter be constructed?
        N(   R   (   t   self(    (    sF   lib/python2.7/site-packages/nbconvert/exporters/tests/test_markdown.pyt   test_constructor   s    c         C   s:   t  ƒ  j |  j ƒ  ƒ \ } } t | ƒ d k s6 t ‚ d S(   s:   
        Can a MarkdownExporter export something?
        i    N(   R   t   from_filenamet   _get_notebookt   lent   AssertionError(   R   t   outputt	   resources(    (    sF   lib/python2.7/site-packages/nbconvert/exporters/tests/test_markdown.pyt   test_export#   s    (   t   __name__t
   __module__t   __doc__R   t   exporter_classt   should_include_rawR   R   (    (    (    sF   lib/python2.7/site-packages/nbconvert/exporters/tests/test_markdown.pyR      s
   	N(   R   t   baseR    R   R   R   (    (    (    sF   lib/python2.7/site-packages/nbconvert/exporters/tests/test_markdown.pyt   <module>   s   