From 143c34109c870544c0aabe95f376fa500dd6cd3f Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 13 Mar 2015 10:58:34 +0000 Subject: 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. --- tests/cmdline/repl_basic.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/cmdline/repl_basic.py (limited to 'tests/cmdline/repl_basic.py') 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 -- cgit v1.2.3