This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5b0d9bdeb0
circuitpython
/
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-11 19:06:25 -04:00
MicroPython \.\+ version
unix: Add exit and paste-mode hints to shell startup banner. Thanks to @nyov for the initial patch.
2015-10-11 19:19:00 -04: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 06:58:34 -04:00
>>> # basic REPL tests
>>> print(1)
1
>>> print(1)
1
tests: Improve test coverage of py/compile.c.
2016-10-10 21:30:32 -04: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 06:58:34 -04:00
>>>