from unittest import TestCase from pida.core.base import BaseConfig from pida.utils.testing.mock import Mock class TestConfig(BaseConfig): """A Test Subclass""" class BaseConfigTest(TestCase): pass