This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bb3bddabb5
micropython
/
tests
/
cmdline
/
repl_basic.py.exp
11 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
2015-10-12 00:06:25 +01:00
MicroPython \.\+ version
unix: Add exit and paste-mode hints to shell startup banner. Thanks to @nyov for the initial patch.
2015-10-12 00:19:00 +01:00
Use \.\+
tests: Add ability to test uPy cmdline executable. This allows to test options passed to cmdline executable, as well as the behaviour of the REPL.
2015-03-13 10:58:34 +00:00
>>> # basic REPL tests
>>> print(1)
1
>>> print(1)
1
tests: Improve test coverage of py/compile.c.
2016-10-11 02:30:32 +01:00
>>> 2
2
tests: Add ability to test uPy cmdline executable. This allows to test options passed to cmdline executable, as well as the behaviour of the REPL.
2015-03-13 10:58:34 +00:00
>>>