summaryrefslogtreecommitdiff
path: root/tests/basics/string1.py
AgeCommit message (Expand)Author
2015-09-03tests: Add tests to improve coverage of objstr.c.Damien George
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2015-04-04tests: Add tests to exercise lexer; and some more complex number tests.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George
2015-03-14tests: Add some more tests for bytes, bignum, string and ujson.Damien George
2014-01-21str: Implement proper string (instead of byte string) indexing.Paul Sokolovsky
2014-01-21Implement string multiplication.Paul Sokolovsky
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky