File: __main__.py

package info (click to toggle)
python-pycotap 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: python: 436; makefile: 39; sh: 5
file content (7 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#! /usr/bin/env python3

import unittest

import pycotap

unittest.main(module = None, testRunner = pycotap.TAPTestRunner)