ó
ßüÚ\c           @   s-   d  d l  m Z d  d l m Z d „  Z d S(   iÿÿÿÿ(   t	   CliRunner(   t   mainc          C   sL   t  ƒ  }  |  j t d g ƒ } d | j k s3 t ‚ | j d k sH t ‚ d  S(   Ns   --helps-   --host TEXT     IP or hostname of this serveri    (   R    t   invokeR   t   outputt   AssertionErrort	   exit_code(   t   runnert   result(    (    sE   lib/python2.7/site-packages/distributed/cli/tests/test_dask_remote.pyt   test_dask_remote   s    	N(   t   click.testingR    t   distributed.cli.dask_remoteR   R   (    (    (    sE   lib/python2.7/site-packages/distributed/cli/tests/test_dask_remote.pyt   <module>   s   