from fastcore.test import *myModule
This is a test module description
say_hello
say_hello (to)
Say hello to somebody
test_eq(say_hello("Hamel"), "Hello Hamel!")from IPython.display import display,SVGdisplay(SVG('<svg height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40"/></svg>'))foo
foo ()