summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_basic.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-03-13 10:58:34 +0000
committerDamien George <damien.p.george@gmail.com>2015-03-13 10:58:34 +0000
commit143c34109c870544c0aabe95f376fa500dd6cd3f (patch)
tree04bbf57e3a97927b6c64e570f131441c438896a0 /tests/cmdline/repl_basic.py.exp
parentaf43565322f5c45a1a92df1afceff24c93021998 (diff)
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.
Diffstat (limited to 'tests/cmdline/repl_basic.py.exp')
-rw-r--r--tests/cmdline/repl_basic.py.exp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cmdline/repl_basic.py.exp b/tests/cmdline/repl_basic.py.exp
new file mode 100644
index 000000000..27732376a
--- /dev/null
+++ b/tests/cmdline/repl_basic.py.exp
@@ -0,0 +1,7 @@
+Micro Python ######
+>>> # basic REPL tests
+>>> print(1)
+1
+>>> print(1)
+1
+>>>