add test_read_ods
This commit is contained in:
parent
8958ca1c8e
commit
4e282676da
Binary file not shown.
Binary file not shown.
|
|
@ -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")
|
||||||
Loading…
Reference in New Issue