/functional_tests/support/ipt/test1/tests.py
https://bitbucket.org/jpellerin/nose/ · Python · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 2b5b6a4870a94cbe8a2f184765392fdb MD5 · raw file
- import sys
- print 'ipthelp', sys.modules.get('ipthelp')
- import ipthelp
- print ipthelp
- def test1():
- ipthelp.help()