Large PR -- Adding Tests, fixing a few bugs that revealed, and cleaning up small nits#2
Merged
benlower merged 7 commits intotableau:mastertableau/document-api-python:masterfrom May 12, 2016
t8y8:masterCopy head branch name to clipboard
Merged
Large PR -- Adding Tests, fixing a few bugs that revealed, and cleaning up small nits#2benlower merged 7 commits intotableau:mastertableau/document-api-python:masterfrom t8y8:masterCopy head branch name to clipboard
benlower merged 7 commits intotableau:mastertableau/document-api-python:masterfrom
t8y8:masterCopy head branch name to clipboard
Commits
Commits on May 10, 2016
Commits on May 11, 2016
- committed
Update Replicate Workbook example to using DictReader which makes the code more readable. Also remove the unnecessary copy.copy call and import. Small refactor of parameter name for Workbook.save_a…
Show description for a36337fcommittedAdded tests to cover basic cases for Workbook, Datasource, and Connection classes. The temp-file setUp isn't the greatest but it's functional for now and will help with confidance if we decide to m…
Show description for d3cb1becommitted- committed
Updating tests to work on Windows and Mac, Py2 and Py3. I'm manually managing temp files right now, but we may want to modify our Workbook and Datasource classes to accept all File-Like objects in …
Show description for cc94371committed