Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
147 stars 61 forks source link

Unit tests fixes #204

Closed gavin-aguiar closed 5 months ago

gavin-aguiar commented 5 months ago

3 tests started failing with

=========================== short test summary info ============================ ERROR tests/decorators/test_dapr.py ERROR tests/decorators/test_decorators.py ERROR tests/decorators/test_function_app.py

E ModuleNotFoundError: No module named 'tests'

Changes:

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (1a43888) 93.09% compared to head (04caf39) 93.09%.

:exclamation: Current head 04caf39 differs from pull request most recent head 41294dc. Consider uploading reports for the commit 41294dc to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #204 +/- ## ======================================= Coverage 93.09% 93.09% ======================================= Files 56 56 Lines 3243 3243 Branches 665 665 ======================================= Hits 3019 3019 Misses 137 137 Partials 87 87 ``` | [Flag](https://app.codecov.io/gh/Azure/azure-functions-python-library/pull/204/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Azure/azure-functions-python-library/pull/204/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure) | `93.06% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Azure#carryforward-flags-in-the-pull-request-comment) to find out more.

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