def test_parse_lines_wrong_input(self): """Testing parse lines.""" output = _parse_lines("asdf asdfdfsafad", _ARP_REGEX) self.assertEqual(output, [])