~lifeless/tribunal/trivial

1
2
3
4
5
6
7
8
9
10
11
12
"""Utilities for testing Tribunal itself."""

__all__ = [
    'TestCase',
    ]


import pyunit3k


class TestCase(pyunit3k.TestCase):
    """Base test case for Tribunal tests."""