michaeljohnbarr / SteamWebAPI-Python

A class-based wrapper for the Steam Web API written in Python.
10 stars 0 forks source link

unittest.TestCase Suites are needed for all Interfaces/Methods #4

Open michaeljohnbarr opened 10 years ago

michaeljohnbarr commented 10 years ago

With the utilization of Python's unittest, we will be able to better handle any regressions which happen for any commits. This also includes the fact that the Steam Web API may change at any given point.