Source: wtforms-test Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Joseph Nahmias , Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-sphinxdoc, python3-setuptools, python3-all, python3-pytest , python3-sphinx , python3-wtforms , Standards-Version: 4.6.1 Homepage: https://github.com/kvesteri/wtforms-test Vcs-Browser: https://salsa.debian.org/python-team/packages/wtforms-test Vcs-Git: https://salsa.debian.org/python-team/packages/wtforms-test.git Rules-Requires-Root: no Package: python3-wtforms-test Architecture: all Depends: ${python3:Depends}, ${sphinxdoc:Depends}, ${misc:Depends} Description: pytest helpers for WTForms WTForms-Test provides various pytest unittest helpers for testing WTForms based forms. Includes checks for a field's existence on a form, and various attributes on a field such as: validators, min/max length, description, optional/required, etc...