ó
Î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   HistogramBuilderc         C@  s;   t  |  j j ƒ } | j ƒ  t | j ƒ d k s7 t ‚ d  S(   Ni    (   R   t	   auto_datat   mpgt   createt   lent   comp_glyphst   AssertionError(   t	   test_datat   hist_builder(    (    sM   lib/python2.7/site-packages/bkcharts/builders/tests/test_histogram_builder.pyt   test_series_input   s    
N(   t   __doc__t
   __future__R    t#   bkcharts.builders.histogram_builderR   R
   (    (    (    sM   lib/python2.7/site-packages/bkcharts/builders/tests/test_histogram_builder.pyt   <module>   s   