def test_demo(self): from oct2py import demo try: demo.demo(0.01, interactive=False) except AttributeError: demo(0.01, interactive=False)