/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

  1. import sys
  2. print 'ipthelp', sys.modules.get('ipthelp')
  3. import ipthelp
  4. print ipthelp
  5. def test1():
  6. ipthelp.help()