agronholm / typeguard

Run-time type checker for Python
Other
1.5k stars 112 forks source link

Add extra tests for __future__ annotations #470

Closed epenet closed 2 months ago

epenet commented 2 months ago

Linked to https://github.com/hacf-fr/renault-api/pull/1234

Changes

Fixes #.

Checklist

If this is a user-facing code change, like a bugfix or a new feature, please ensure that you've fulfilled the following conditions (where applicable):

If this is a trivial change, like a typo fix or a code reformatting, then you can ignore these instructions.

Updating the changelog

If there are no entries after the last release, use **UNRELEASED** as the version. If, say, your patch fixes issue #999, the entry should look like this:

* Fix big bad boo-boo in the pytest plugin (#999 <https://github.com/agronholm/typeguard/issues/999>_; PR by @yourgithubaccount)

If there's no issue linked, just link to your pull request instead by updating the changelog after you've created the PR.

coveralls commented 2 months ago

Coverage Status

coverage: 94.139%. remained the same when pulling 80b2b52adf0eed4a9b45829b145c7acbf2b4fabe on epenet:patch-1 into 016f8139f5a0a63147d68df9558cc5584cd2c49a on agronholm:master.