Skip to content

Commit 41692e5

Browse files
committed
Add comment
1 parent 79d247d commit 41692e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sentry/tasks/test_derive_code_mappings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ class TestBackSlashDeriveCodeMappings(BaseDeriveCodeMappings):
101101
def setUp(self):
102102
super().setUp()
103103
self.platform = "python"
104+
# The lack of a \ after the drive letter in the third frame signals that
105+
# this is a relative path. This may be unlikely to occur in practice,
106+
# but worth testing nonetheless.
104107
self.event_data = self.generate_data(
105108
[
106109
{"in_app": True, "filename": "\\sentry\\mouse.py"},

0 commit comments

Comments
 (0)