summaryrefslogtreecommitdiff
path: root/tests/cmdline/cmd_verbose.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/cmd_verbose.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/cmd_verbose.py')
-rw-r--r--tests/cmdline/cmd_verbose.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cmdline/cmd_verbose.py b/tests/cmdline/cmd_verbose.py
new file mode 100644
index 000000000..b599a7aec
--- /dev/null
+++ b/tests/cmdline/cmd_verbose.py
@@ -0,0 +1,3 @@
+# cmdline: -v -v
+# test verbose output
+print(1)