-
Notifications
You must be signed in to change notification settings - Fork 902
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
[devops] TravisCI tests fail more often than not - Need to simplify testing and mock network requests #637
Comments
Making a note that this is partially improved with #652, but still lots of room for improvement + actually adding more tests on functionality is necessary. |
Make a note that we might consider doing mock tests to help with the CI tests but run the full tests locally. |
We should be |
Just revisiting some ideas here that I will just jot down:
|
Noting that I've got some PRs to start this work:
Some notes:
|
refactor(#637): Migrate testing utilities to Jest pt.1/X
refactor(#637): Migrate testing utilities to Jest - remove other testing libs pt.2/X
refactor(#637): Refactor BodyPix and CharRNN tests to jest
Dear ml5 community,
I'm submitting a new issue. Please see the details below.
β Step 1: Describe the issue π
Currently the TravisCI tests fail more often than they pass. This has more to do with the fetching of images for analysis, the instantiation of models making big requests to external pretrained models from google or github servers, etc.
It would be wonderful if we can get this under control so that we can also start making a comprehensive set of tests for our features.
The text was updated successfully, but these errors were encountered: