test: add unit tests for core logic (platform, triggers, integrity, data dir) - #130
Closed
prashanth-kaki wants to merge 1 commit into
Closed
test: add unit tests for core logic (platform, triggers, integrity, data dir)#130prashanth-kaki wants to merge 1 commit into
prashanth-kaki wants to merge 1 commit into
Conversation
|
INFO: No unicode characters found in PR's commits (source) |
Member
|
Thanks for the PR :) Please note that this repo does not accept contributions that use AI Can you please tell us if you wrote this code, comments, and PR contents entirely by yourself? Or if you used AI for any part of it? |
Author
|
Hi, thanks for reviewing. I used Claude to help scaffold the initial test structure. I understand if that doesn't meet your contribution policy. Happy to rewrite the tests manually if you'd like to give me the opportunity. |
Member
|
thanks for your honesty. If you'd still like to contribute, please create a new PR that does not use AI at all (eg code, comments, pr content, etc) also note that any PRs need to be made against or |
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.
Adds the first unit test suite for BusKill core logic (issue #32).
34 tests covering:
Tests run without USB hardware or a physical BusKill cable.
Includes a log handler fix for pytest compatibility.
Fixes #32