Files
GoogleDriveManagement/passlib/tests/__main__.py
2014-06-29 14:11:57 -04:00

7 lines
82 B
Python

import os
from nose import run
run(
defaultTest=os.path.dirname(__file__),
)