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
Hi @scott0000037 - can you run the Pytest suite with a degree of verbosity so we can see where exactly these tests are failing? pytest . -vvvv or similar
When running a build with GitHub WorkFlows I the following tests fail.
I get the following error as well, "Run pytest suite
Process completed with exit code 1."
If I just fork this repo, add my creds and try to run build I get this error. Below are the test errors and attached are the complete build logs.
logs_36060047628.zip
Run pytest -vvl
============================= test session starts ==============================
platform linux -- Python 3.8.18, pytest-8.3.5, pluggy-1.5.0 -- /opt/hostedtoolcache/Python/3.8.18/x64/bin/python
cachedir: .pytest_cache
rootdir: /home/runner/work/scott-kenpom/scott-kenpom
configfile: pyproject.toml
collecting ... collected 24 items
tests/test_conference.py::test_get_valid_conferences PASSED [ 4%]
tests/test_conference.py::test_get_aggregate_stats PASSED [ 8%]
tests/test_conference.py::test_get_standings PASSED [ 12%]
tests/test_conference.py::test_get_offense PASSED [ 16%]
tests/test_conference.py::test_get_defense PASSED [ 20%]
tests/test_fanmatch.py::test_fanmatch FAILED [ 25%]
tests/test_misc.py::test_get_current_season PASSED [ 29%]
tests/test_misc.py::test_get_pomeroy_ratings PASSED [ 33%]
tests/test_misc.py::test_get_trends PASSED [ 37%]
tests/test_misc.py::test_get_refs PASSED [ 41%]
tests/test_misc.py::test_get_hca PASSED [ 45%]
tests/test_misc.py::test_get_arenas PASSED [ 50%]
tests/test_misc.py::test_get_gameattribs PASSED [ 54%]
tests/test_misc.py::test_get_program_ratings PASSED [ 58%]
tests/test_summary.py::test_get_efficiency PASSED [ 62%]
tests/test_summary.py::test_get_fourfactors PASSED [ 66%]
tests/test_summary.py::test_get_teamstats PASSED [ 70%]
tests/test_summary.py::test_get_pointdist PASSED [ 75%]
tests/test_summary.py::test_get_height PASSED [ 79%]
tests/test_summary.py::test_get_playerstats PASSED [ 83%]
tests/test_summary.py::test_get_kpoy PASSED [ 87%]
tests/test_team.py::test_get_valid_teams PASSED [ 91%]
tests/test_team.py::test_get_schedule PASSED [ 95%]
tests/test_team.py::test_get_scouting_report FAILED [100%]
The text was updated successfully, but these errors were encountered: