Skip to content

add make lint and make test#8

Merged
kerthcet merged 9 commits into
InftyAI:mainfrom
kerthcet:cleanup/support-pre-commands
May 30, 2026
Merged

add make lint and make test#8
kerthcet merged 9 commits into
InftyAI:mainfrom
kerthcet:cleanup/support-pre-commands

Conversation

@kerthcet
Copy link
Copy Markdown
Member

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #

Special notes for your reviewer

Does this PR introduce a user-facing change?


Signed-off-by: kerthcet <kerthcet@gmail.com>
Copilot AI review requested due to automatic review settings May 30, 2026 16:10
@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels May 30, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds repository-level lint/test automation and introduces Python unit tests for the SandD server API.

Changes:

  • Adds make lint and expands make test to run Rust and Python tests.
  • Adds a new GitHub Actions workflow for lint/test CI.
  • Adds Python server tests and minor formatting/lint cleanups.

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Makefile Adds Ruff linting and expands test commands across Rust and Python.
.github/workflows/rust-ci.yaml Adds CI jobs that call the new Make targets.
python/tests/test_server.py Adds unit tests for the Python Server wrapper.
python/tests/__init__.py Marks the Python tests package.
server/src/server.rs Removes unused imports.
server/src/protocol.rs Removes an unused import.
sandd/src/main.rs Applies formatting/lint cleanups.
examples/agent_example.py Removes an unnecessary f-string.
.github/workflows/kube-workflow-init.yaml Whitespace-only formatting update.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile Outdated
Comment thread Makefile
kerthcet added 8 commits May 31, 2026 00:13
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
@kerthcet
Copy link
Copy Markdown
Member Author

/lgtm
/kind cleanup

@InftyAI-Agent InftyAI-Agent added lgtm Looks good to me, indicates that a PR is ready to be merged. cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. and removed do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels May 30, 2026
@kerthcet
Copy link
Copy Markdown
Member Author

/triage accepted

@InftyAI-Agent InftyAI-Agent added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a label and requires one. labels May 30, 2026
@kerthcet kerthcet merged commit 2ae50fe into InftyAI:main May 30, 2026
27 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Looks good to me, indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a label and requires one. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants