pyircbot/tests
dave 235921fbab add replyto field to privmsg ircevent messages 2020-07-02 11:20:00 -07:00
..
modules support multiple stock apis 2020-04-08 23:39:16 -07:00
README.md Update docs with testing info 2017-12-03 21:14:18 -08:00
lib.py add replyto field to privmsg ircevent messages 2020-07-02 11:20:00 -07:00
miniircd.py Add E2E test 2017-12-03 20:53:43 -08:00
test_common.py Add DCC module 2018-01-16 18:24:32 -08:00
test_jsonrpc.py Misc test fixes 2019-02-11 09:15:01 -08:00
test_pyircbot.py Add E2E test 2017-12-03 20:53:43 -08:00
test_rpcclient.py More tests 2017-12-03 20:58:20 -08:00

README.md

Tests

PyIRCBot uses py.test. Several fixtures are provided to mock various parts of the PyIRCBot ecosystem. See them all in lib.py.