gorel / discord_dicebot

MIT License
3 stars 5 forks source link

Tests #73

Closed gorel closed 1 year ago

gorel commented 1 year ago

Add tests for all dicebot/commands modules

gorel commented 1 year ago

Fixes #67

github-actions[bot] commented 1 year ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2920 2272 78% 0% 🟢

New Files

File Coverage Status
dicebot/commands/test/init.py 100% 🟢
dicebot/commands/test/test_admin.py 100% 🟢
dicebot/commands/test/test_announce.py 100% 🟢
dicebot/commands/test/test_ban.py 100% 🟢
dicebot/commands/test/test_birthday.py 100% 🟢
dicebot/commands/test/test_clear_stats.py 100% 🟢
dicebot/commands/test/test_eight_ball.py 100% 🟢
dicebot/commands/test/test_fileatask.py 100% 🟢
dicebot/commands/test/test_giffer.py 100% 🟢
dicebot/commands/test/test_macro.py 100% 🟢
dicebot/commands/test/test_meme.py 100% 🟢
dicebot/commands/test/test_myrandom.py 100% 🟢
dicebot/commands/test/test_remindme.py 100% 🟢
dicebot/commands/test/test_rename.py 100% 🟢
dicebot/commands/test/test_reset_roll.py 100% 🟢
dicebot/commands/test/test_resolution.py 100% 🟢
dicebot/commands/test/test_roll.py 100% 🟢
dicebot/commands/test/test_scoreboard.py 100% 🟢
dicebot/commands/test/test_thanks.py 100% 🟢
dicebot/commands/test/test_time.py 100% 🟢
dicebot/commands/test/test_timezone.py 100% 🟢
dicebot/commands/test/test_web.py 100% 🟢
dicebot/test/init.py 100% 🟢
dicebot/test/utils.py 100% 🟢
TOTAL 100% 🟢

Modified Files

File Coverage Status
dicebot/commands/ban.py 88% 🟢
dicebot/commands/fileatask.py 77% 🟢
dicebot/commands/macro.py 100% 🟢
dicebot/commands/rename.py 96% 🟢
dicebot/commands/resolution.py 76% 🟢
dicebot/commands/thanks.py 97% 🟢
dicebot/commands/timezone.py 98% 🟢
dicebot/core/guild_context.py 53% 🟢
dicebot/core/import_witchcraft.py 94% 🟢
dicebot/data/db/user.py 49% 🟢
dicebot/data/types/message_context.py 90% 🟢
TOTAL 83% 🟢

updated for commit: daee85b by action🐍