Ensure a clean NetmaskValueError
(self, details, *args)
| 61 | details, *args) |
| 62 | |
| 63 | def assertNetmaskError(self, details, *args): |
| 64 | """Ensure a clean NetmaskValueError""" |
| 65 | return self.assertCleanError(ipaddress.NetmaskValueError, |
| 66 | details, *args) |
| 67 | |
| 68 | def assertInstancesEqual(self, lhs, rhs): |
| 69 | """Check constructor arguments produce equivalent instances""" |
no test coverage detected