summaryrefslogtreecommitdiff
path: root/tests/basics/string_count.py
AgeCommit message (Expand)Author
2018-10-22tests: Make bytes/str.count() tests skippable.Paul Sokolovsky
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2014-03-13py: In string.count, handle case of zero-length needle.Damien George
2014-03-13Fix issues in str.count implementation.xbe
2014-03-12Implement str.count and add tests for it.xbe