def test_read_lines_from_file():
    expected_list = [".txt", ".log", ".tmp", ".wav"]
    assert_equal(expected_list, read_lines_from_file())
    print read_lines_from_file()
Example #2
0
def run():
    print read_lines_from_file()
    #print argv
    # print search_the_specified_string(argv[1:])