You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
#3). Fixed a bug in URL formatting where the logic allowed appending the '&format=<name>' multiple times. Updated test_core.py to test the content-type returned in the header of the request. This will make sure that we are getting the correct response type for XML, JSON, and VDF requests (Issue #4).
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.
The text was updated successfully, but these errors were encountered: