Skip to content

fix: clean up tests#46

Merged
gebhardtr merged 1 commit into
mainfrom
rigebha/run-tests
Oct 31, 2025
Merged

fix: clean up tests#46
gebhardtr merged 1 commit into
mainfrom
rigebha/run-tests

Conversation

@gebhardtr

Copy link
Copy Markdown
Member

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 28, 2025
@@ -19,6 +19,5 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
- name: Test with tox
run: |
tox run -e lint

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Are we removing the lint check?

@gebhardtr gebhardtr Oct 28, 2025

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

yep, but it's included in the Makefile target. edit: chatted with @shopewf and I'll split the lint from the test to make it more obvious and easier to maintain.

shopewf
shopewf previously approved these changes Oct 28, 2025
@gebhardtr gebhardtr marked this pull request as draft October 28, 2025 20:05
Signed-off-by: Richard Gebhardt <richard.gebhardt@oracle.com>
@gebhardtr gebhardtr changed the title fix: enable tests fix: clean up tests Oct 28, 2025
@gebhardtr gebhardtr marked this pull request as ready for review October 28, 2025 22:17
gebhardtr pushed a commit to gebhardtr/mcp that referenced this pull request Oct 30, 2025
- Added initialization code for object storage service
- Added support for gettting namespace, listing buckets, list objects
- Added test cases
- Updated the server.py to use the pydantic models
- Added copyright notices on all files
@gebhardtr gebhardtr merged commit d7e0fc6 into main Oct 31, 2025
16 checks passed
@gebhardtr gebhardtr deleted the rigebha/run-tests branch October 31, 2025 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants