delete the test file@

This commit is contained in:
chfw 2015-11-03 21:40:22 +00:00
parent 7f6033149a
commit fce0e9cf1d
1 changed files with 2 additions and 1 deletions

View File

@ -28,4 +28,5 @@ class TestBugFix:
for i in range(4100):
array.append([datetime.datetime.now()])
data.update({"test": array})
s = xls.save_data("test.xls", data)
s = xls.save_data("test.xls", data)
os.unlink("test.xls")