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