1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: wtforms-test
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Joseph Nahmias <jello@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-setuptools,
python3-all,
python3-pytest <!nocheck>,
python3-sphinx <!nodoc>,
python3-wtforms <!nocheck>,
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
Testsuite: autopkgtest-pkg-pybuild
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...
|