zero-sum-seattle / python-mlb-statsapi

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

Updated stat tests with season params #182

Closed Mattsface closed 1 year ago

Mattsface commented 1 year ago

Why

The new MLB season is starting, and the current external tests do not specify a season. The stats endpoint defaults to the latest season which has no data. #179

What

Updated all stat tests with a season param

Tests

PyTest

Risk and impact