Initial usage of ArduCopter SITL to test the flightcontroller backend#994
Merged
Conversation
Contributor
Test Results 3 files ± 0 3 suites ±0 56m 3s ⏱️ + 53m 18s For more details on these failures, see this check. Results for commit 8ee6ef3. ± Comparison against base commit 35dfc9e. This pull request removes 110 and adds 310 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
de59ef5 to
3b15964
Compare
Contributor
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
3b15964 to
1799545
Compare
093ed0b to
4c5a99b
Compare
21f9321 to
bc6f88b
Compare
Add BDD tests to reach 100% coverage
…ed managers using delegation pattern Splits monolithic 820-line FlightController class into focused component managers: - FlightControllerConnection: port discovery, connection lifecycle, heartbeat detection - FlightControllerParams: parameter download, upload, querying via MAVLink/MAVFTP - FlightControllerCommands: motor tests, battery status, command execution - FlightControllerFiles: file upload/download via MAVFTP Introduces protocol-based interfaces for dependency injection and testing. Connection manager is single source of truth for master, comport, and info state. Params manager is single source of truth for fc_parameters state. Documents error handling standards and testing patterns in ARCHITECTURE.md.
8ee6ef3 to
a37b7d7
Compare
03160a9 to
b4fb877
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.