We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c85d47 commit 3eddae8Copy full SHA for 3eddae8
1 file changed
Lib/test/test_profiling/test_sampling_profiler/test_collectors.py
@@ -2145,7 +2145,6 @@ def test_gecko_collector_with_location_info(self):
2145
# Verify function name is in string table
2146
self.assertIn("handle_request", string_array)
2147
2148
-
2149
def test_jsonl_collector_with_location_info(self):
2150
"""Test JsonlCollector handles LocationInfo properly."""
2151
collapsed_out = tempfile.NamedTemporaryFile(delete=False)
@@ -2196,7 +2195,6 @@ def jsonl(obj):
2196
2195
for exp in expected:
2197
self.assertIn(exp, lines)
2198
2199
2200
def test_jsonl_collector_with_none_location(self):
2201
"""Test JsonlCollector handles None location (synthetic frames)."""
2202
0 commit comments