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