bernd-wechner / CoGs

Competitive Gamers Leaderboard Server (CoGs LS)
2 stars 4 forks source link

Implement testing #11

Open bernd-wechner opened 5 years ago

bernd-wechner commented 5 years ago

It's been rapid development without regard to testing so far. Before it's a stable release we need some testing in place.

https://opensource.com/article/19/5/python-tox

In particular against all our models and their methods. But a solid testing infrastructure will help us not break the site in future that's sure (I've broken it a few times ;-).

bernd-wechner commented 5 years ago

Selenium if a browser automation tool that may be very useful in a test suite:

https://www.seleniumhq.org/