File: __main__.py

package info (click to toggle)
python-lupa 2.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,492 kB
  • sloc: python: 3,001; makefile: 74; sh: 6
file content (5 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
if __name__ == '__main__':
    import sys
    import unittest
    from . import suite
    sys.exit(1 if unittest.TextTestRunner(verbosity=2).run(suite()).failures else 0)