File: test_logger.py

package info (click to toggle)
pygopherd 3.0.0~git20221126.02c65d60-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,924 kB
  • sloc: python: 6,515; makefile: 40; sh: 28
file content (8 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
import unittest

from pygopherd import testutil


class LoggerTestCase(unittest.TestCase):
    def setUp(self):
        self.config = testutil.get_config()