google / cyanobyte

Machine-readable datasheets
https://cyanobyte.dev
Apache License 2.0
80 stars 31 forks source link

Improve peripheral naming consistency #85 #88

Closed tlentali closed 5 years ago

tlentali commented 5 years ago

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 ?

googlebot commented 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.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

tlentali commented 5 years ago

I signed the Google Contributor License Agreements :) !

tlentali commented 5 years ago

@googlebot I signed it!

googlebot commented 5 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

tlentali commented 5 years ago

I see that there is an issue on commit b2c. Unittest works in local on this commit, do you see what is wrong ?

Fleker commented 5 years ago

Looks like unit tests are failing (python3 -m unittest discover test) as the sample files will need to be renamed as well.

tlentali commented 5 years ago

You are right, I am on it !

Fleker commented 5 years ago

Unit tests still seem to be failing.

tlentali commented 5 years ago

Unit tests seem ok now !

Fleker commented 5 years ago

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.

tlentali commented 5 years ago

Filepaths are correct now :)

Fleker commented 5 years ago

Thanks!

tlentali commented 5 years ago

Thank you very much for your help @Fleker !