__main__.py 82 B

123456
  1. import os
  2. from nose import run
  3. run(
  4. defaultTest=os.path.dirname(__file__),
  5. )