Esempio n. 1
0
def test_is_triagram_dictionary():
    dictionary = triagram.open_file()
    assert (type(dictionary) == dict)
def test_is_triagram_dictionary():
    dictionary = triagram.open_file()
    assert(type(dictionary) == dict)
Esempio n. 3
0
def test_open_file():
    triagram.open_file()
def test_open_file():
    triagram.open_file()