File: unit2.py

package info (click to toggle)
unittest2 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 492 kB
  • ctags: 1,223
  • sloc: python: 5,567; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#! /usr/bin/env python

__unittest = True

from unittest2.main import main_

main_()