Return the list of actual violations in for the verify test
(self)
| 4254 | return self.verify_expected |
| 4255 | |
| 4256 | def get_verify_actual(self): |
| 4257 | """Return the list of actual violations in for the verify test""" |
| 4258 | return self.verify_actual |
| 4259 | |
| 4260 | def get_violations(self, violation_type=None): |
| 4261 | """Return the list of violations for a normal checker run""" |