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
be313ea215
circuitpython
/
tests
/
cmdline
/
repl_basic.py
4 lines
32 B
Python
Raw
Normal View
History
Unescape
Escape
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
)
unix: Add option to use uPy readline, and enable by default. This gets uPy readline working with unix port, with tab completion and history. GNU readline is still supported, configure using MICROPY_USE_READLINE variable.
2015-05-24 17:36:31 -04:00
[
A