Skip to content
Snippets Groups Projects
Commit 20fc6203 authored by Damien George's avatar Damien George
Browse files

tests/basics/builtin_help: Add test for help('modules').

parent 1abaf742
No related branches found
No related tags found
No related merge requests found
...@@ -13,5 +13,6 @@ help(int) # help for a class ...@@ -13,5 +13,6 @@ help(int) # help for a class
help(1) # help for an instance help(1) # help for an instance
import micropython import micropython
help(micropython) # help for a module help(micropython) # help for a module
help('modules') # list available modules
print('done') # so last bit of output is predictable print('done') # so last bit of output is predictable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment