Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


class HiddenFrameMarkerTest(TestBase):
@skipIfWindows
@unicode_test
def test_hidden_frame_markers(self):
"""Test that hidden frame markers are rendered in backtraces"""
Expand Down Expand Up @@ -51,7 +52,8 @@ def test_hidden_frame_markers(self):
],
)

def test_hidden_frame_markers(self):
@skipIfWindows
def test_hidden_frame_markers_setting_deactivation(self):
"""
Test that hidden frame markers are not rendered in backtraces when
mark-hidden-frames is set to false
Expand Down
Loading