ó
ÎYc           @@  s3   d  Z  d d l m Z d d l m Z d „  Z d S(   s.    This is the Bokeh charts testing interface.

i    (   t   absolute_import(   t   BoxPlotc         C@  s:   t  |  j j j d d ƒ} t | j ƒ d k s6 t ‚ d  S(   Nt   titles   label='cyl', values='mpg'i    (   R   t	   auto_datat   mpgt   valuest   lent	   rendererst   AssertionError(   t	   test_datat   box_plot(    (    sK   lib/python2.7/site-packages/bkcharts/builders/tests/test_boxplot_builder.pyt   test_array_input   s    	N(   t   __doc__t
   __future__R    t   bkchartsR   R   (    (    (    sK   lib/python2.7/site-packages/bkcharts/builders/tests/test_boxplot_builder.pyt   <module>   s   