File: test_lib.py

package info (click to toggle)
dfvfs 20201219-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 284,900 kB
  • sloc: python: 30,025; vhdl: 1,921; sh: 465; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
"""Shared test cases."""

from __future__ import unicode_literals

from tests import test_lib as shared_test_lib


class DecrypterTestCase(shared_test_lib.BaseTestCase):
  """The unit test case for decrypter object implementations."""