Jeff Epler
|
0041df0c6b
|
py/objstr: Don't crash when end < start
.. and add testcases for the same.
(crash found by afl-fuzz)
|
2018-03-31 22:17:11 -05:00 |
Damien George
|
d007cb8903
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
2015-08-21 12:02:09 +01:00 |
xbe
|
9e1e8cd642
|
Implement str.count and add tests for it.
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-03-12 22:57:16 -07:00 |
Paul Sokolovsky
|
8c3858b016
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
2014-01-19 18:41:55 +02:00 |