add stability status and testing info to readme
parent
e8442f253f
commit
38aa84c8ba
|
@ -1,8 +1,8 @@
|
||||||
phenny
|
phenny
|
||||||
======
|
======
|
||||||
|
|
||||||
This is an experimental port of phenny, a Python IRC bot, to Python3. Do not
|
This is an experimental port of phenny, a Python IRC bot, to Python3. It is
|
||||||
expect it to work well or at all yet.
|
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
|
Support for IPv6 and SSL has been added. It appears that SSL support requires
|
||||||
Python 3.2.
|
Python 3.2.
|
||||||
|
@ -18,6 +18,11 @@ Installation
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
|
Testing
|
||||||
|
-------
|
||||||
|
You will need `python-nose` and `python-mock`. To run the test, simply run
|
||||||
|
`nosetests` or `nosetests3`, depending on your distribution.
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
* Sean B. Palmer, http://inamidst.com/sbp/
|
* Sean B. Palmer, http://inamidst.com/sbp/
|
||||||
|
|
Loading…
Reference in New Issue