summaryrefslogtreecommitdiff
path: root/test_tablib.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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