This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c39093d801
circuitpython
/
tests
/
cmdline
/
repl_basic.py.exp
8 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Adjust expected output, since Travis can't do git describe.
2015-03-20 17:31:50 -04:00
Micro Python \.\+ version
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
>>>
Reference in New Issue
Copy Permalink