Add test in test_reading_zipping_files()
parent
9549c13033
commit
c6fde594e4
|
@ -68,7 +68,10 @@ fn test_reading_zipping_files() ? {
|
||||||
file_name_list << 'file_${i:02}.txt'
|
file_name_list << 'file_${i:02}.txt'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cleanup()
|
||||||
os.mkdir(test_path) ?
|
os.mkdir(test_path) ?
|
||||||
|
os.mkdir(test_path2) ?
|
||||||
|
os.write_file(fpath3, 'file three') ?
|
||||||
for c, f_name in file_name_list {
|
for c, f_name in file_name_list {
|
||||||
tmp_path := os.join_path(test_path, f_name)
|
tmp_path := os.join_path(test_path, f_name)
|
||||||
os.write_file(tmp_path, 'file ${c:02}') ?
|
os.write_file(tmp_path, 'file ${c:02}') ?
|
||||||
|
|
Loading…
Reference in New Issue