예제 #1
0
def test_is_triagram_dictionary():
    dictionary = triagram.open_file()
    assert (type(dictionary) == dict)
예제 #2
0
def test_is_triagram_dictionary():
    dictionary = triagram.open_file()
    assert(type(dictionary) == dict)
예제 #3
0
def test_open_file():
    triagram.open_file()
예제 #4
0
def test_open_file():
    triagram.open_file()