Commit graph

2 commits

Author SHA1 Message Date
Pablo Galindo Salgado
8b423df632 Update tests for location tuple and opcode field
Frame location is now a 4-tuple (lineno, end_lineno, col_offset,
end_col_offset). MockFrameInfo wraps locations in LocationInfo struct.
Updates assertions throughout and adds opcode_utils coverage.
2025-12-03 03:43:47 +00:00
Pablo Galindo Salgado
a52c39e260
gh-135953: Refactor test_sampling_profiler into multiple files (#141689) 2025-11-18 15:14:16 +00:00