summaryrefslogtreecommitdiff
path: root/test_tablib.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Support for TSV-files. Unit-tested.Luca Beltrame2010-10-191-0/+44
|
* Updates.Kenneth Reitz2010-10-101-1/+1
|
* Added tablib.import_set() and tested accordingly.Kenneth Reitz2010-10-011-1/+0
|
* Format Auto-detection in place.Kenneth Reitz2010-10-011-0/+15
| | | | Test suite updated.
* Auto-detectors operational.Kenneth Reitz2010-10-011-2/+35
|
* Hmmm....Kenneth Reitz2010-10-011-0/+5
|
* added ability to append new column passing a callable as the value that will ↵Josh Ourisman2010-10-011-0/+7
| | | | be applied to every row; w/ test
* Tests elegant book imports. Kenneth Reitz2010-09-251-5/+35
|
* Updated tests for set imports. Kenneth Reitz2010-09-251-20/+22
|
* Typos.Kenneth Reitz2010-09-251-1/+2
|
* Added dataset wipe. Kenneth Reitz2010-09-251-2/+2
|
* Added dataset wipe. Kenneth Reitz2010-09-251-0/+15
|
* Archaic imports in place!Kenneth Reitz2010-09-251-0/+10
|
* Updated tests.Kenneth Reitz2010-09-251-1/+40
|
* Updated tests for reverted methods.Kenneth Reitz2010-09-201-5/+5
|
* Changed export properties to methods.Kenneth Reitz2010-09-201-5/+5
|
* Chmox.Kenneth Reitz2010-09-201-0/+0
|
* String decoding to avoid unicode collisions for XLS output.Kenneth Reitz2010-09-191-6/+14
|
* Removed unneeded tuple_check.Kenneth Reitz2010-09-191-5/+0
|
* PEP257.Kenneth Reitz2010-09-191-13/+18
|
* PEP8.Kenneth Reitz2010-09-191-0/+11
|
* Added test for csv exportLuke Lee2010-09-191-2/+19
|
* Improved del testLuke Lee2010-09-191-0/+8
| | | | - Added testing for data set width/height
* Added tests del functionalityLuke Lee2010-09-191-0/+14
|
* Added docstringsLuke Lee2010-09-191-5/+3
|
* Misc. PEP8 whitespace celeanupLuke Lee2010-09-191-6/+5
|
* Attempt at merging upstream develop branchLuke Lee2010-09-191-8/+57
|\ | | | | | | | | - Kept the slicing tests in tact by leaving their setup info. in the main setup - Moved around some of the test methods to organize them a bit by functionality
| * Extensively testing Kenneth Reitz2010-09-131-8/+55
| |
* | Fixed typo in test from previous commitLuke Lee2010-09-131-0/+1
| |
* | Added extra row to base data setLuke Lee2010-09-131-7/+12
| | | | | | | | - Testing with 3 rows is a bit more interesting
* | Added test for slicing data elementsLuke Lee2010-09-131-1/+15
| |
* | Refactored creation of data set into setUpLuke Lee2010-09-131-14/+11
| | | | | | | | - Broke out tuples for more robust comparisions
* | Added simple test for slicing by headersLuke Lee2010-09-131-0/+19
| |
* | Adding docstringsLuke Lee2010-09-131-2/+10
| |
* | Misc. pep8 cleanups including spaces after ',' and blank line organizationLuke Lee2010-09-131-8/+6
|/
* Testing fixtures for fixed bugs.Kenneth Reitz2010-09-131-2/+17
|
* Added simple unit-testing structure.Kenneth Reitz2010-09-131-0/+25