alm0ra / mockafka-py

Mockafka-py is a Python library designed for in-memory mocking of Kafka.[aiokafka - confluence-kafka-python]
https://mockafka-py.readthedocs.io
MIT License
44 stars 11 forks source link

Add annotations future statement globally #83

Closed MrkGrgsn closed 4 months ago

MrkGrgsn commented 5 months ago

Add annotations future statement globally.

Enables PEP 585 type annotations in Python 3.8. The test suite succeeds under Python 3.8 following this change.

Fixes #82.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.20%. Comparing base (38bfd51) to head (b0c0f62). Report is 5 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #83 +/- ## ========================================== + Coverage 98.16% 98.20% +0.04% ========================================== Files 34 34 Lines 1305 1339 +34 ========================================== + Hits 1281 1315 +34 Misses 24 24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.