aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/filter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests for reverse operatorsLauro Neto2012-03-081-0/+67
CPython calls nb_and with swapped arguments for reverse operators. This tests checks if the reverse operator raises NotImplementedError instead of TypeError when there isn't a valid reverse operator. Raising TypeError would cause the operator to fail.