Closed aliev closed 2 years ago
Merging #66 (f05823e) into master (da68dbf) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #66 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 14 14
Lines 648 659 +11
Branches 117 118 +1
=========================================
+ Hits 648 659 +11
Impacted Files | Coverage Δ | |
---|---|---|
aioauth/errors.py | 100.00% <100.00%> (ø) |
|
aioauth/grant_type.py | 100.00% <100.00%> (ø) |
|
aioauth/models.py | 100.00% <100.00%> (ø) |
|
aioauth/requests.py | 100.00% <100.00%> (ø) |
|
aioauth/response_type.py | 100.00% <100.00%> (ø) |
|
aioauth/server.py | 100.00% <100.00%> (ø) |
|
aioauth/storage.py | 100.00% <100.00%> (ø) |
|
aioauth/utils.py | 100.00% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
hey @aliev, is this one releasable now or you wanna wait to test some more?
see the issue #63
while inheriting from models (Token, Client, AuthorizationCode), and using them in aioauth, mypy throws an error like:
this PR fixes the above bug by adding additional
TToken
,TClient
andTAuthorizationCode
parameters to theBaseModel
generic.usage example: