JuliaRegistries / Registrator.jl

Julia package registration bot
https://julialang.org/packages
Other
210 stars 47 forks source link

Need CommentBot tests #404

Open zot opened 1 year ago

zot commented 1 year ago

We should add some tests for CommentBot. These should activate the full flow from browser -> GitHub -> web hook. It's possible there is a way to do this without @mock:

If @mock is the best way to do this, we can add mock calls to the registrator code.

@nkottary