tests: Add test for builtin help function.

This commit is contained in:
Damien George
2017-01-22 11:49:08 +11:00
parent 51c89e4f4e
commit 1864f90e9a
3 changed files with 32 additions and 1 deletions

View File

@@ -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