robbmanes / seeding-reward-bot

Seeding reward bot for Glow's Battlegrounds Community
https://discord.gg/glows
GNU Lesser General Public License v3.0
4 stars 2 forks source link

[FEAT] Providing testing framework #16

Open robbmanes opened 1 year ago

robbmanes commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, testing is non-existent, which leads to bugs being caught in production.

Describe the solution you'd like Using a pythonic method (pytest, tox, etc), creating testing scaffolding for unit and e2e tests.