Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove undocumented features | Victor Uriarte | 2016-06-04 | 1 | -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 Albrecht | 2012-11-12 | 1 | -23/+24 |
| | |||||
* | Replace assertListEqual by assertEqual for backwards compatibility. | Andi Albrecht | 2011-09-04 | 1 | -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 Albrecht | 2011-09-04 | 1 | -0/+69 |