from tests import FieldTestCase
from wtforms_components import StringField


class TestStringField(FieldTestCase):
    field_class = StringField
