Current Path : /usr/lib/python2.7/dist-packages/twisted/test/ |
Current File : //usr/lib/python2.7/dist-packages/twisted/test/test_memcache.pyc |
=Nc @ s d Z d d l m Z d d l m Z m Z d d l m Z m Z d d l m Z d d l m Z d d l m Z d d l m Z m Z m Z d d l m Z d f d YZ d e e f d YZ d e e f d YZ d S( s$ Test the memcache client protocol. i( t ConnectionDone( t MemCacheProtocolt NoSuchCommand( t ClientErrort ServerError( t TestCase( t StringTransportWithDisconnection( t Clock( t Deferredt gatherResultst TimeoutError( t DeferredListt CommandMixinc B s e Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z RS( sO Setup and tests for basic invocation of L{MemCacheProtocol} commands. c C s t d S( sp Helper test method to test the resulting C{Deferred} of a L{MemCacheProtocol} command. N( t NotImplementedError( t selft dt sendt recvt result( ( s>