summaryrefslogtreecommitdiff
path: root/test_tablib.py
diff options
context:
space:
mode:
authorJason Myers <jason@jasonamyers.com>2017-08-26 20:43:35 -0500
committerJason Myers <jason@jasonamyers.com>2017-08-26 20:43:35 -0500
commit00e2ffa2efd1a7dd47d2a4a2a4303e1a8beb71e3 (patch)
tree6b888ef7e4467a0c1e02d9d8db5b6d70cbb817b9 /test_tablib.py
parenta3cd2c9cffaa2940762453f5a3c4f2ae69065aa7 (diff)
downloadtablib-00e2ffa2efd1a7dd47d2a4a2a4303e1a8beb71e3.tar.gz
Adding initial DataFrames Support
Signed-off-by: Jason Myers <jason@jasonamyers.com>
Diffstat (limited to 'test_tablib.py')
-rwxr-xr-xtest_tablib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_tablib.py b/test_tablib.py
index 03a46df..9bd5f12 100755
--- a/test_tablib.py
+++ b/test_tablib.py
@@ -383,6 +383,7 @@ class TablibTestCase(unittest.TestCase):
data.ods
data.html
data.latex
+ data.df
def test_datetime_append(self):
"""Passes in a single datetime and a single date and exports."""