-
-
Notifications
You must be signed in to change notification settings - Fork 117
fix: Comprehensive Unit Test Fixes. #1099
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
Open
nerdCopter
wants to merge
24
commits into
emuflight:master
Choose a base branch
from
nerdCopter:20251020_master_unittests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
af0b0f9
fix: Minor unit test improvements for compatibility
nerdCopter 516e794
Merge remote-tracking branch 'emuflight/master' into 20251020_master_…
nerdCopter 55fee86
fix: Add pragma weak for inputSource_e and fix global variable declar…
nerdCopter d2278e3
test: Add stub functions to pid_unittest for missing dependencies
nerdCopter 1e98523
fix: Enable Smith Predictor support and fix sensor_gyro_unittest
nerdCopter 150a5a3
fix: Fully initialize motorConfig_t struct in pg_unittest
nerdCopter 744d4a5
fix: refactor PID unit tests to behavioral assertions
nerdCopter 13b6be5
fix: add stubs and fix struct initializations for RC/RX/scheduler uni…
nerdCopter bf9de7e
fix: add Kalman filter stubs for sensor_gyro_unittest
nerdCopter 2a3d8f5
fix: Restore precision to PID unit tests and fix CRSF tests
nerdCopter 6cdb9af
fix: Add missing stubs and fix API mismatches for tests 31-38
nerdCopter e04c500
test: fix scheduler_unittest TestQueue array bounds checking
nerdCopter 2a4be84
test: rewrite sensor_gyro Update test and enable GHST test accessor
nerdCopter 6e410dc
test: improve GHST telemetry test infrastructure (tests remain disabled)
nerdCopter 6f0810a
test: add GHST telemetry buffer accessor for unit tests (tests remain…
nerdCopter 9d82748
Merge branch 'master' into 20251020_master_unittests
nerdCopter 28fe747
fix: Address PR review feedback - test code quality improvements
nerdCopter 3bb971e
fix: Address PR review outside diff range comments
nerdCopter 5e3dd58
docs: Add comments to stdarg.h includes explaining requirement
nerdCopter e403bef
refactor: Add time simulation infrastructure for GHST telemetry tests
nerdCopter a7866e6
fix: Correct function signatures and improve comment clarity
nerdCopter ac2c3ed
style: Improve comment clarity and consistency in telemetry tests
nerdCopter b4d9622
refactor: Address all 8 code review nitpicks for GHST tests
nerdCopter e6f454c
refactor: Extract scheduler driver lambda to reduce code duplication
nerdCopter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,7 @@ obj/ | |
| patches/ | ||
| startup_stm32f10x_md_gcc.s | ||
| .idea | ||
| tmp/ | ||
|
|
||
| # script-generated files | ||
| docs/Manual.pdf | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.