Skip to content

Build Test Failures #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
scott0000037 opened this issue Mar 22, 2025 · 2 comments
Open

Build Test Failures #110

scott0000037 opened this issue Mar 22, 2025 · 2 comments

Comments

@scott0000037
Copy link

scott0000037 commented Mar 22, 2025

When running a build with GitHub WorkFlows I the following tests fail.

  • tests/test_fanmatch.py::test_fanmatch FAILED
  • tests/test_team.py::test_get_scouting_report FAILED

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%]

@esqew
Copy link
Collaborator

esqew commented Mar 26, 2025

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

@scott0000037
Copy link
Author

@esqew here are the failed build logs with verbosity, let me know if you need anything else.

logs_36443568524.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants