summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_basic.py
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
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')
-rw-r--r--tests/cmdline/repl_basic.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cmdline/repl_basic.py b/tests/cmdline/repl_basic.py
new file mode 100644
index 000000000..67d18cd57
--- /dev/null
+++ b/tests/cmdline/repl_basic.py
@@ -0,0 +1,3 @@
+# basic REPL tests
+print(1)
+OA