def test_get_source(): with pytest.raises(NotImplementedError): python.PythonChecker().get_source(0, 1)
def test_match_source_key(): with pytest.raises(NotImplementedError): python.PythonChecker().match_source_key(0)