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 has been 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.
The text was updated successfully, but these errors were encountered:
#113 caused
jinja
to hard fail since theshow_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 havemake test
run a smoke test that ensures the webserver 200s to catch these errors.The text was updated successfully, but these errors were encountered: