diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-11-21 16:51:43 +0000 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-11-21 16:51:43 +0000 |
| commit | 66013d7a6c8594d435e6d3ff0b468b51c40318b6 (patch) | |
| tree | 3f8251fc600a63169282d66869ea8d82864b47f1 /tests/mytest.py | |
| parent | ff08c6c2163075ea0d3a12c1c2a2e2d52bcc7bc7 (diff) | |
| download | logutils-git-0.3.2.tar.gz | |
Made ready for 0.3.2.0.3.2
Diffstat (limited to 'tests/mytest.py')
| -rw-r--r-- | tests/mytest.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/mytest.py b/tests/mytest.py new file mode 100644 index 0000000..1c3fdd6 --- /dev/null +++ b/tests/mytest.py @@ -0,0 +1,9 @@ +from __future__ import absolute_import + +from logutils.testing import TestHandler, Matcher + +class MyTestHandler(TestHandler): + def __init__(self): + TestHandler.__init__(self, Matcher()) + + |
