index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
/
string1.py
Age
Commit message (
Collapse
)
Author
2024-05-28
tests/basics: Move str/bytes tests that give SyntaxWarning to sep file.
Damien George
In CPython 3.12 these invalid str/bytes/fstring escapes will issue a SyntaxWarning, and so differ to MicroPython. Signed-off-by: Damien George <damien@micropython.org>
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