Commit b0355f9
committed
Use fully qualified class names in parity-failure output
When the mirrored classes share an unqualified name (e.g. both PEP 380
and PEP 828 have a `TestInterestingEdgeCases`), the failure message
talked about the class on both sides as if it were the same class. Use
`module.qualname` so each side is unambiguous.1 parent 43b6f89 commit b0355f9
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1633 | 1633 | | |
1634 | 1634 | | |
1635 | 1635 | | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
1636 | 1639 | | |
1637 | 1640 | | |
1638 | 1641 | | |
1639 | 1642 | | |
1640 | 1643 | | |
1641 | 1644 | | |
1642 | | - | |
1643 | | - | |
| 1645 | + | |
| 1646 | + | |
1644 | 1647 | | |
1645 | 1648 | | |
1646 | | - | |
| 1649 | + | |
1647 | 1650 | | |
1648 | | - | |
| 1651 | + | |
1649 | 1652 | | |
1650 | 1653 | | |
1651 | 1654 | | |
| |||
0 commit comments