add test_read_ods

This commit is contained in:
iuvbio 2019-01-27 03:41:49 +01:00
parent 8958ca1c8e
commit 4e282676da
3 changed files with 7 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,7 @@
import os
from pandas_ods_reader import read_ods
root = os.path.dirname(os.path.abspath(read_ods.__file__))
test_dir = os.path.join(root, "tests")