summaryrefslogtreecommitdiff
path: root/tests/test_pipeline.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove undocumented featuresVictor Uriarte2016-06-041-70/+0
| | | | | | These features/function/classes were added for AntiORM. Quick look-up didn't show any usage outside of AntiORM. Closes #246
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-23/+24
|
* Replace assertListEqual by assertEqual for backwards compatibility.Andi Albrecht2011-09-041-7/+7
| | | | | There's no need to call assertListEqual, assertEqual() in Python >= 2.7 automatically chooses the right equality function for us.
* Move pipeline test to tests/ directory.Andi Albrecht2011-09-041-0/+69