LukeShortCloud / cmd20py

A Python application for virtually rolling dice aimed to showcase Python and programming best practices.
GNU General Public License v3.0
0 stars 0 forks source link

Add testing frameworks #7

Open LukeShortCloud opened 5 years ago

LukeShortCloud commented 5 years ago

With our goal of test driven development, we should have tests for everything.

LukeShortCloud commented 5 years ago

flake8 and pylint should be executed by tox to ensure our code styling is following the best practices.