File: test_lib.py

package info (click to toggle)
dfvfs 20240505-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 475,508 kB
  • sloc: python: 36,533; vhdl: 1,922; sh: 448; xml: 52; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 224 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 DecompressorTestCase(shared_test_lib.BaseTestCase):
  """The unit test case for decompressor object implementations."""