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.
This commit is contained in:
Damien George
2015-03-13 10:58:34 +00:00
parent af43565322
commit 143c34109c
5 changed files with 75 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
# basic REPL tests
print(1)
OA