Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💪🏻 Improve Run-Time Type Checking Support #43

Merged
merged 2 commits into from
Jan 26, 2021

Conversation

TeoZosa
Copy link
Owner

@TeoZosa TeoZosa commented Jan 26, 2021

No description provided.

- Preempt bugs and import clashes
- Enable non-test time run-time type checking
  (e.g. in non-optimized mode)
- Make more compatible with test tools (i.e., pytest, coverage).
    - Namely, when using the typeguard import hook, in certain cases
    coverage incorrectly reports covered lines as uncovered if a
    function is already-decorated.
@TeoZosa TeoZosa added enhancement New feature or request testing Adding missing tests or correcting existing tests labels Jan 26, 2021
@TeoZosa TeoZosa self-assigned this Jan 26, 2021
@TeoZosa TeoZosa merged commit 115ac85 into master Jan 26, 2021
@TeoZosa TeoZosa changed the title 💪🏻 Improved Run-Time Type Checking Support 💪🏻 Improve Run-Time Type Checking Support Jan 26, 2021
TeoZosa added a commit that referenced this pull request Jan 26, 2021
…port

💪🏻 Improve Run-Time Type Checking Support
@TeoZosa TeoZosa deleted the improved-runtime-typechecking-support branch January 26, 2021 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Adding missing tests or correcting existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant