runtests.py 167 B

1234567891011
  1. import sys
  2. sys.modules['ssl'] = None
  3. sys.modules['_hashlib'] = None
  4. try:
  5. import memdbg
  6. except Exception as e:
  7. pass
  8. from twisted.scripts.trial import run
  9. run()