zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

Plugin self-tests #178

Closed zorael closed 6 months ago

zorael commented 6 months ago

This merges the functionality of the onlinetests plugin tester. Nothing should change unless you compile the selftest dub configuration.

The tests were rewritten so that each plugin module now carries its own set of tests, in a top-level .selftest function, as opposed to a centralised tester plugin. A new IRCPlugin.selftest method was added that proxies to these, where available. Additionally, the Admin plugin now has a selftest command that starts the process of testing all plugins, alternatively the ones whose names are supplied.

Hopefully the lower proximity to the actual code should lower the bar of entry to writing tests.