nba_py
nba_py copied to clipboard
Improve tests to be done per endpoint and not all at once
Overview:
Tests should be done per endpoint and not all at once to stop one test failing all the tests
How:
Utilize pytests fixture to iterate through the objects and then iterate through the functions in the objects to make sure each of them do not raise an exception