zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
41 stars 10 forks source link

Team, League, and Division classes #191

Closed Mattsface closed 1 year ago

Mattsface commented 1 year ago

Why

As a developer and user I want to be able to query Team, Division, and League objects. I also want to test the methods to query them.

What

Added Team, League, and Division classes Added external tests for Team, League, and Divisions

Tests

pytest

Risk and impact