SocksTheWolf / AntiScamBot

A discord bot that shares commission scammer ban lists
https://scamguard.app/
MIT License
5 stars 3 forks source link

Avaankha/pytest #44

Open avaankha opened 7 months ago

avaankha commented 7 months ago

Closes #19 Automated tests using pytest and mocks/patching. Tests assert that PrepareBan/Unban return the correct enum given the test setup and that the specific guild.ban(user, reason) & guild.unban(user, reason) are called with the correct parameters. A test case for server activation has also been created.