Skip to content

feat: add GitHub workflow to test type package functionality#10

Closed
LucianBuzzo wants to merge 1 commit into
masterfrom
lucianbuzzo/test-package
Closed

feat: add GitHub workflow to test type package functionality#10
LucianBuzzo wants to merge 1 commit into
masterfrom
lucianbuzzo/test-package

Conversation

@LucianBuzzo

Copy link
Copy Markdown
Contributor
  • Test across Python 3.8-3.12 to ensure compatibility
  • Verify basic import functionality works correctly
  • Run mypy type checking to ensure stubs are properly recognized
  • Check that py.typed file is present and package structure is correct
  • Test all HumanName properties and methods for type safety

This workflow will catch any regressions in the type package functionality and ensure the import-untyped errors stay resolved.

- Test across Python 3.8-3.12 to ensure compatibility
- Verify basic import functionality works correctly
- Run mypy type checking to ensure stubs are properly recognized
- Check that py.typed file is present and package structure is correct
- Test all HumanName properties and methods for type safety

This workflow will catch any regressions in the type package
functionality and ensure the import-untyped errors stay resolved.
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.

1 participant