File: control

package info (click to toggle)
pytest-localserver 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: python: 355; makefile: 9; sh: 2
file content (30 lines) | stat: -rw-r--r-- 906 bytes parent folder | download
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
Source: pytest-localserver
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python3-all,
 python3-pytest,
 python3-requests,
 python3-setuptools,
 python3-six,
 python3-werkzeug (>= 0.10)
Standards-Version: 4.3.0
Homepage: https://bitbucket.org/pytest-dev/pytest-localserver/
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-localserver.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-localserver

Package: python3-pytest-localserver
Architecture: all
Depends:
 python3-pytest,
 python3-werkzeug (>= 0.10),
 ${misc:Depends},
 ${python3:Depends}
Description: py.test plugin to test server connections locally (Python 3)
 pytest-localserver is a plugin for the Pytest testing framework which
 enables to test server connections locally.
 .
 This package contains the modules for Python 3.