ReprEntry objects no longer have the localssep attribute
The attribute was not used anywhere and has been removed in pytest-dev/pytest#4615
This commit is contained in:
@@ -153,7 +153,6 @@ class TestReportSerialization:
|
||||
for i in range(len(a_entries)):
|
||||
assert isinstance(rep_entries[i], ReprEntry)
|
||||
assert rep_entries[i].lines == a_entries[i].lines
|
||||
assert rep_entries[i].localssep == a_entries[i].localssep
|
||||
assert rep_entries[i].reprfileloc.lineno == a_entries[i].reprfileloc.lineno
|
||||
assert (
|
||||
rep_entries[i].reprfileloc.message == a_entries[i].reprfileloc.message
|
||||
|
||||
Reference in New Issue
Block a user