ó
ÐEe]c           @` sŒ   d  d l  m Z m Z m Z d  d l Z d  d l Z d  d l Z d  d l m Z m	 Z	 d d l
 m Z d „  Z d e j f d „  ƒ  YZ d S(	   i    (   t   divisiont   absolute_importt   print_functionN(   t   assert_t   assert_equali   (   t   utilc          G` s#   t  j j t  j j t ƒ f |  Œ  S(   N(   t   ost   patht   joint   dirnamet   __file__(   t   a(    (    s:   lib/python2.7/site-packages/numpy/f2py/tests/test_mixed.pyt   _path   s    t	   TestMixedc           B` se   e  Z e d  d d ƒ e d  d d ƒ e d  d d ƒ g Z e j j d „  ƒ Z e j j d „  ƒ Z RS(   t   srct   mixeds   foo.fs   foo_fixed.f90s   foo_free.f90c         C` sU   t  |  j j ƒ  d k ƒ t  |  j j j ƒ  d k ƒ t  |  j j j ƒ  d k ƒ d  S(   Ni   i   i   (   R   t   modulet   bar11t	   foo_fixedt   bar12t   foo_freet   bar13(   t   self(    (    s:   lib/python2.7/site-packages/numpy/f2py/tests/test_mixed.pyt   test_all   s    c         C` s/   d } t  |  j j j t j | ƒ j ƒ  ƒ d  S(   Nsn   
        a = bar11()

        Wrapper for ``bar11``.

        Returns
        -------
        a : int
        (   R   R   R   t   __doc__t   textwrapt   dedentt   lstrip(   R   t   expected(    (    s:   lib/python2.7/site-packages/numpy/f2py/tests/test_mixed.pyt   test_docstring   s    
(	   t   __name__t
   __module__R   t   sourcest   pytestt   markt   slowR   R   (    (    (    s:   lib/python2.7/site-packages/numpy/f2py/tests/test_mixed.pyR      s
   (   t
   __future__R    R   R   R   R   R!   t   numpy.testingR   R   t    R   R   t   F2PyTestR   (    (    (    s:   lib/python2.7/site-packages/numpy/f2py/tests/test_mixed.pyt   <module>   s   	