Skip to content
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

migrate fixture into a separate module #11

Merged
merged 8 commits into from
Aug 7, 2024
Merged

migrate fixture into a separate module #11

merged 8 commits into from
Aug 7, 2024

Conversation

2bndy5
Copy link
Owner

@2bndy5 2bndy5 commented Aug 7, 2024

resolves #9

And more

  • improves docs
  • segregate tests
  • make base operation classes private
  • add board.SPI1() for instantiating secondary SPI bus singleton

@2bndy5 2bndy5 added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ce9d917) to head (5b8679e).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        15    +4     
  Lines          595       622   +27     
  Branches         0        48   +48     
=========================================
+ Hits           595       622   +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@2bndy5 2bndy5 merged commit 42fe448 into main Aug 7, 2024
2 checks passed
@2bndy5 2bndy5 deleted the rm-autouse branch August 7, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move pytest fixture into submodule
2 participants