-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
.vscode/settings.json
Outdated
@@ -0,0 +1,5 @@ | |||
{ |
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.
It doesn't seem that this file association should be necessary. In any case, please update .gitignore
to remove lines 4-7 so that this isn't part of your PR.
assertEqual("btest:\r\ntest:3\r\n", state->serialPort[0].dataOut); | ||
} | ||
|
||
unittest_main() |
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.
We should have tests for each of the public API functions. It wouldn't take much to add a few more.
Finish tests and reset output between each.
Refactor DateTime to add zeros and use helper function.
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.
LGTM
Thanks for adding all the tests.
* Add Devices directory with stub of LiquidCrystal_TC (#6) Add LiquidCrystal_TC stub class and devices directory. * Set theme jekyll-theme-slate * Update index.md (#12) The start of using github pages as documentation. * Move scripts into scripts directory. (#13) * Added Class and Tests for Serial (#10) Co-authored-by: Khalil Llewellyn <[email protected]> Co-authored-by: James Foster <[email protected]> Co-authored-by: Preston Carman <[email protected]> Co-authored-by: Preston Carman <[email protected]> Co-authored-by: khalilxl <[email protected]> Co-authored-by: Khalil Llewellyn <[email protected]>
Allow for further testing/development of EEPROM * Add Devices directory with stub of LiquidCrystal_TC (#6) * Add LiquidCrystal_TC stub class and devices directory. * Set theme jekyll-theme-slate * Update index.md (#12) * The start of using github pages as documentation. * Move scripts into scripts directory. (#13) * Added Class and Tests for Serial (#10) * Use custom `arduino_ci` with fixes we need (#17) * Explicitly install libraries (#18) * Meeting notes. * Documentation using Doxygen (#20) * Saving automated documentation to gh-pages branch using Doxygen * Restrict to pushing documentation to changes on master * Updating comments for Doxygen (#21) * Fixed formatting * Update to latest `arduino_ci`; cleanup library install * Change check for are we in CI to not rely on (missing) `ARDUINO_CI` macro. Co-authored-by: Preston Carman <[email protected]> Co-authored-by: Preston Carman <[email protected]> Co-authored-by: James Foster <[email protected]> Co-authored-by: Khalil Llewellyn <[email protected]> Co-authored-by: khalilxl <[email protected]>
@all-contributors please add @khalilxl for code |
I've put up a pull request to add @khalilxl! 🎉 |
Had some trouble running tests because of Blink.cpp