]> granicus.if.org Git - python/commit
Added tests for asynchat classes simple_producer & fifo, and the
authorFacundo Batista <facundobatista@gmail.com>
Sun, 29 Jul 2007 14:23:08 +0000 (14:23 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sun, 29 Jul 2007 14:23:08 +0000 (14:23 +0000)
commitec62423be4a84a056a9a0a1203875b8a29279365
treedea0d3e7007b85361ab4c9b98874e5a72e94c65a
parent1ae6856522ef7ab87d96d75aad49ef982aea6e91
Added tests for asynchat classes simple_producer & fifo, and the
find_prefix_at_end function. Check behavior of a string given as a
producer.  Added tests for behavior of asynchat.async_chat when given
int, long, and None terminator arguments. Added usepoll attribute to
TestAsynchat to allow running the asynchat tests with poll support
chosen whether it's available or not (improves coverage of asyncore
code). [GSoC - Alan McIntyre]
Lib/test/test_asynchat.py