File: __main__.py

package info (click to toggle)
python-passlib 1.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,920 kB
  • sloc: python: 23,094; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
import os
from nose import run
run(
    defaultTest=os.path.dirname(__file__),
)