summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_count.py
Commit message (Collapse)AuthorAge
* tests: Make bytes/str.count() tests skippable.Paul Sokolovsky2018-10-22
|
* tests: Add more tests to improve coverage, mostly testing exceptions.Damien George2015-08-21
|
* py: In string.count, handle case of zero-length needle.Damien George2014-03-13
|
* Fix issues in str.count implementation.xbe2014-03-13
| | | | See pull request #343.
* Implement str.count and add tests for it.xbe2014-03-12
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.