Romain Komorn

Results 7 issues of Romain Komorn

### Summary of problem Note: this issue is tracked internally for Datadog with CIVIS-8556, this issue is for external visibility. When running tests using the `pytest` or `unittest` integration, filenames...

bug
stale
CI App

This is more a question than an issue, really, but I'm trying to understand why the patched version of `stopTest` [always calls `addSuccess`](https://github.com/flexmock/flexmock/blob/0.11.3/src/flexmock/_integrations.py#L61), regardless of the state of the actual...

question

This improves performance of the internal coverage collector on Python 3.10 and above. ## Checklist - [x] Change(s) are motivated and described in the PR description - [x] Testing strategy...

*NOTE*: still very much a WIP This explores changes necessary for coverage collection for the Intelligent Test Runner in order to be able to properly capture import-time dependencies on other...

changelog/no-changelog

Makes type-checking more accurate the telemetry writer's `add_log()` method by specifying an enum. For example, improperly specifying `TELEMETRY_LOG_LEVEL.POTATO` instead of `.ERROR` would result in: ``` ddtrace/appsec/_iast/_metrics.py:77: error: "Type[TELEMETRY_LOG_LEVEL]" has no...

changelog/no-changelog

## Feature description The ability to separate `hatch.toml` into separate, distinct files would be a useful way to organize separate environments. ## Why? For mono-repos with large number of individual...

This adds Early Flake Detection logic for the v2 pytest plugin. Worthwhile notes: - Tests that fail during the initial setup or teardown are not retried - Counts displayed by...

changelog/no-changelog
CI App