Пример #1
0
def test_ProjectIndex_load__get_descrition():
    p = ProjectIndex()
    lines = open(TEST_PROJECT_INDEX, 'rb').readlines()
    assert TEST_PROJECT_DESC == p._get_description(lines)
Пример #2
0
def test_ProjectIndex_load__get_descrition():
    p = ProjectIndex()
    lines = open(TEST_PROJECT_INDEX, 'rb').readlines()
    assert TEST_PROJECT_DESC == p._get_description(lines)