def test_check_detector_negative(self): with assert_raises(AttributeError): check_detector(self.detector_negative)
def test_check_detector_positive(self): check_detector(self.detector_positive)