ó
‹²,]c           @   sZ   d  Z  d d l Z d d l m Z e j d „  ƒ Z d „  Z e d k rV e j ƒ  n  d S(   s   
Tests for tour.py
iÿÿÿÿN(   t   TourTestWindowc         C   s   t  ƒ  } |  j | ƒ | S(   s#   Setup the QMainWindow for the tour.(   R    t	   addWidget(   t   qtbott   tour(    (    s9   lib/python2.7/site-packages/spyder/app/tests/test_tour.pyR      s    	c         C   s   |  j  ƒ  |  s t ‚ d S(   s
   Test tour.N(   t   showt   AssertionError(   R   R   (    (    s9   lib/python2.7/site-packages/spyder/app/tests/test_tour.pyt	   test_tour   s    
t   __main__(	   t   __doc__t   pytestt   spyder.app.tourR    t   fixtureR   R   t   __name__t   main(    (    (    s9   lib/python2.7/site-packages/spyder/app/tests/test_tour.pyt   <module>	   s   	