Skip to content

Add type hints to OSS test files#59

Open
RuchiSheoran wants to merge 1 commit into
Hell1213:mainfrom
RuchiSheoran:add-type-hints-tests
Open

Add type hints to OSS test files#59
RuchiSheoran wants to merge 1 commit into
Hell1213:mainfrom
RuchiSheoran:add-type-hints-tests

Conversation

@RuchiSheoran

Copy link
Copy Markdown

Summary

Add type hints to OSS test functions.

Related Issue

Fixes #26

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactoring
  • Test changes
  • CI/Chore

Testing

  • uv run ruff check passes
  • uv run mypy passes
  • uv run pytest passes
  • Manual testing done

Description

Added return type annotations (-> None) to test functions in OSS test files and verified that the tests execute successfully.

Validation performed:

python -m pytest tests/oss/test_github.py tests/oss/test_memory.py tests/prompts/test_oss_prompts.py

Result:

18 passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add type hints to test files

1 participant