From 38aa84c8bafa859e533515d3645b3622a0e19b1b Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Wed, 30 May 2012 21:22:52 -0700 Subject: [PATCH] add stability status and testing info to readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 600c109..c7c115b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ phenny ====== -This is an experimental port of phenny, a Python IRC bot, to Python3. Do not -expect it to work well or at all yet. +This is an experimental port of phenny, a Python IRC bot, to Python3. It is +currently fairly stable, but it has not been as well-tested as the original. Support for IPv6 and SSL has been added. It appears that SSL support requires Python 3.2. @@ -18,6 +18,11 @@ Installation Enjoy! +Testing +------- +You will need `python-nose` and `python-mock`. To run the test, simply run +`nosetests` or `nosetests3`, depending on your distribution. + Authors ------- * Sean B. Palmer, http://inamidst.com/sbp/