You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
#113 caused jinja to hard fail since the show_topic method didn't have a docstring. This is especially annoying because Marathon uses the webserver to healthcheck the bot—so a broken webserver leaves ircbot in a deploy loop. We can't reasonably expect people to remember to docstring methods when writing plugins. We should have make test run a smoke test that ensures the webserver 200s to catch these errors.
#113 caused
jinjato hard fail since theshow_topicmethod didn't have a docstring. This is especially annoying because Marathon uses the webserver to healthcheck the bot—so a broken webserver leaves ircbot in a deploy loop. We can't reasonably expect people to remember to docstring methods when writing plugins. We should havemake testrun a smoke test that ensures the webserver 200s to catch these errors.