-
Notifications
You must be signed in to change notification settings - Fork 14
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
Testing refactors #19
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two notes:
- Remove this rankings.json file, I believe that was not intended to be included?
- I am wondering if
tnns
is a bit too cute for an abbreviation of a service? I feel like the most clear and obvious (if verbose) name would betennis
. Given that the name of the service also winds up being in the url, it is probably prudent to change it totennis
NB: since you're now a member (and admin user) of the SDV org, please just make future PR's on the SDV org repo
General Comments:
I really love the mochawesome report you added, as well as all the changes you've made thus far. I have solves for the rankings functions (and the recruiting stuff.. but that'll take a little more involved doing), but the NCAA stuff will probably need some fixes or less rigor possibly once I fully investigate the test cases. Your contributions are super appreciated and I'm glad you were able to implement the should
library change for testing without any issue. Took a bit off my plate that I would have dragged my feet on.
NB = nota bene? |
Resolves #18
Also adds the start of tennis: getScoreboard
This should fix tests so they are actually running, and fixes any issues that arose.
There are some issues lingering with some of the cdn based calls returning unparsed html, and 404 on the ranking ones.
If you run an npm test locally, you should see a report in
mochawesome-report/mochawesome.html
I've verified things are still working as expected for the few calls I use, but I have not thoroughly tested each one. Would rely on the community for that.