-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2471 from DataDog/christophe-papazian/more_easywi…
…ns_for_python [python] easy wins for python (iast)
- Loading branch information
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,11 +28,9 @@ def test_secure(self): | |
|
||
@missing_feature(context.library < "[email protected]", reason="Metrics not implemented") | ||
@missing_feature(library="dotnet", reason="Not implemented yet") | ||
@missing_feature(library="python", reason="Not implemented yet") | ||
def test_telemetry_metric_instrumented_sink(self): | ||
super().test_telemetry_metric_instrumented_sink() | ||
|
||
@missing_feature(context.library < "[email protected]", reason="Metrics not implemented") | ||
@missing_feature(library="python", reason="Not implemented yet") | ||
def test_telemetry_metric_executed_sink(self): | ||
super().test_telemetry_metric_executed_sink() |