diff --git a/tablib/tests/tests.py b/tablib/tests/tests.py index 4e17065..187fb27 100644 --- a/tablib/tests/tests.py +++ b/tablib/tests/tests.py @@ -16,8 +16,11 @@ data.append(['kenneth' ,'reitz', 4.3]) #print data.digest() -print data.json +#print data.yaml +#print data.json data.headers = None - -print data.json \ No newline at end of file +#print data.csv +print data.xls +#print data.yaml +#print data.json \ No newline at end of file