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.exp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/cmdline/repl_basic.py.exp (limited to 'tests/cmdline/repl_basic.py.exp') 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 +>>> -- cgit v1.2.3