Closed tlentali closed 5 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here with @googlebot I signed it!
and we'll verify it.
ℹ️ Googlers: Go here for more info.
I signed the Google Contributor License Agreements :) !
@googlebot I signed it!
I see that there is an issue on commit b2c. Unittest works in local on this commit, do you see what is wrong ?
Looks like unit tests are failing (python3 -m unittest discover test
) as the sample files will need to be renamed as well.
You are right, I am on it !
Unit tests still seem to be failing.
Unit tests seem ok now !
Okay, the tests are passing. But can you also update the cloudbuild.yaml with the new filepaths? That's the last step that is failing in the CI.
Filepaths are correct now :)
Thanks!
Thank you very much for your help @Fleker !
Hi @Fleker, I added the upper case name convention and changed the tests files with the correct upper case names. Is it ok for you ?