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

Split detumble into a package, add tests and type hints #26

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nateinaction
Copy link
Member

Work in progress. Need to test on hardware.

This PR:

  • Refators detumble into separate module
  • Adds type hints
  • Adds first unit tests
  • Adds automated pipeline to run tests

Comment on lines +1 to +7
{
"python.testing.pytestArgs": [
"CircuitPy"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically .vscode/ dir changes aren't checked in but this looks like it would be helpful to anyone else using vscode.

@nateinaction
Copy link
Member Author

nateinaction commented Aug 2, 2024

no module named 'dataclasses' all the more reason to consider linting to ensure we're following micropython spec. Shouldn't need to get all the way to running code on the satellite and discover import issues or that modules aren't part of micropython's standard library. Ref #27

@nateinaction nateinaction reopened this Dec 19, 2024
TaylorGilg added a commit that referenced this pull request Dec 26, 2024
TaylorGilg added a commit that referenced this pull request Dec 26, 2024
… files in Tests/unit_tests (make test command)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant