Improve testing for ddtrace imports. by purple4reina · Pull Request #662 · DataDog/datadog-lambda-python

added 4 commits

October 1, 2025 10:09

@purple4reina

@purple4reina

@purple4reina

chatgpt-codex-connector[bot]

joeyzhao2018

purple4reina added a commit to DataDog/dd-trace-py that referenced this pull request

Oct 6, 2025
…python still valid (#14746)

## Description

<!-- Provide an overview of the change and motivation for the change -->

Customer reported that a class name changed in the most recent version
of ddtrace which was then causing errors when attempting to import
`datadog_lambda`. See
DataDog/datadog-lambda-python#661 and
#14653.

## Testing

<!-- Describe your testing strategy or note what tests are included -->

## Risks

<!-- Note any risks associated with this change, or "None" if no risks
-->

It's just some tests, so risk is low.

## Additional Notes

<!-- Any other information that would be helpful for reviewers -->

Added additional tests on the `datadog_lambda` side as well, including
running our unit tests twice a day. See
DataDog/datadog-lambda-python#662.