File: tests.py

package info (click to toggle)
nose 1.3.7-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,900 kB
  • sloc: python: 15,733; makefile: 99; xml: 42; sh: 2
file content (8 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
import sys

print 'ipthelp', sys.modules.get('ipthelp')
import ipthelp
print ipthelp

def test2():
    ipthelp.help(1)