pyircbot/tests
dave d959db127f Add DCC module 2018-01-16 18:24:32 -08:00
..
modules Add DCC module 2018-01-16 18:24:32 -08:00
README.md Update docs with testing info 2017-12-03 21:14:18 -08:00
lib.py Update docs with testing info 2017-12-03 21:14:18 -08: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 Refactor jsonrpc into modern python & add tests 2017-12-03 16:39:34 -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.