nba_py icon indicating copy to clipboard operation
nba_py copied to clipboard

Improve tests to be done per endpoint and not all at once

Open seemethere opened this issue 9 years ago • 0 comments

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

seemethere avatar Dec 01 '16 22:12 seemethere