summaryrefslogtreecommitdiff
path: root/tests/basics/string_find.py
AgeCommit message (Collapse)Author
2018-04-05py/objstr: In find/rfind, don't crash when end < start.Jeff Epler
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2014-03-12Implement str.count and add tests for it.xbe
Also modify mp_get_index to accept: 1. Indices that are or evaluate to a boolean. 2. Slice indices. Add tests for these two cases.
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky