Establish best practices for an arduino library's repository using arduino_ci #164
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Summary
continuing #150
When writing a library that might be consumed by other libraries, how can we best provide mocks for those downstream project? In other words, given a library called
font
which depends on one calledpixel
, what shouldpixel
look like? Initial considerations are the following:pixel
to provide a mock class (or other testing aid) thatfont
can have access topixel
mocks frompixel
CIThe text was updated successfully, but these errors were encountered: