From c772817deea6f3e5fe63483db77a98b65974d833 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 16 Mar 2017 18:05:00 +1100 Subject: tests/micropython: Add tests for micropython.schedule(). --- tests/micropython/schedule.py.exp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/micropython/schedule.py.exp (limited to 'tests/micropython/schedule.py.exp') diff --git a/tests/micropython/schedule.py.exp b/tests/micropython/schedule.py.exp new file mode 100644 index 000000000..c4a3e1227 --- /dev/null +++ b/tests/micropython/schedule.py.exp @@ -0,0 +1,4 @@ +1 +outer +inner +RuntimeError -- cgit v1.2.3