File: mytest.py

package info (click to toggle)
python-logutils 0.3.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 1,942; makefile: 79
file content (7 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
from __future__ import absolute_import

from logutils.testing import TestHandler, Matcher

class MyTestHandler(TestHandler):
    def __init__(self):
        TestHandler.__init__(self, Matcher())