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

Created unit tests for detumble.py #57

Merged
merged 8 commits into from
Dec 27, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into DetumbleUnitTest
TaylorGilg authored Dec 26, 2024
commit a5469e313cdcfbd2def01db57e9564c5a069d058
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -44,14 +44,13 @@ Everytime you make a change in git, it's called a commit. We have a tool called

To install the precommit hook:

To install the precommit hook:
1. Install the precommit hook with `pre-commit install`

To run the precommit hook:

1. Run the precomit hook against all files with `pre-commit run --all-files`
1. Run the precommit hook against all files with `pre-commit run --all-files`

# General Structure:
## General Structure:
- **boot.py** This is the code that runs on boot and initializes the stack limit
- **cdh.py** This is the code that handles all the commands. A majority of this code is pulled from the cdh file developed by Max Holliday at Stanford.
- **code.py** This code runs the main operating system of the satellite and handles errors on a high level allowing the system to be fault tolerant
You are viewing a condensed version of this merge commit. You can view the full changes here.