summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_help.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-22 11:49:08 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-22 11:56:16 +1100
commit1864f90e9a2c0cc12e91c88ddd491b809c5317e5 (patch)
treea0611aa50e45d1b077695433520be572e24fc238 /tests/basics/builtin_help.py.exp
parent51c89e4f4e1067863540dc45cdbcd603d2c1888b (diff)
tests: Add test for builtin help function.
Diffstat (limited to 'tests/basics/builtin_help.py.exp')
-rw-r--r--tests/basics/builtin_help.py.exp14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/basics/builtin_help.py.exp b/tests/basics/builtin_help.py.exp
new file mode 100644
index 000000000..ed8a7d74b
--- /dev/null
+++ b/tests/basics/builtin_help.py.exp
@@ -0,0 +1,14 @@
+########
+object <function> is of type function
+object <class 'int'> is of type type
+ from_bytes -- <classmethod>
+ to_bytes -- <function>
+object 1 is of type int
+ from_bytes -- <classmethod>
+ to_bytes -- <function>
+object <module 'micropython'> is of type module
+ __name__ -- micropython
+ const -- <function>
+ opt_level -- <function>
+########
+done