File: test_lib.py

package info (click to toggle)
dfvfs 20160918-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 96,408 kB
  • ctags: 2,759
  • sloc: python: 22,682; makefile: 57; vhdl: 25; sh: 16
file content (8 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
"""Shared test cases."""

from tests import test_lib as shared_test_lib


class DecoderTestCase(shared_test_lib.BaseTestCase):
  """The unit test case for decoder object implementations."""