File: control

package info (click to toggle)
httmock 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: python: 520; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 928 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
Source: httmock
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3 (>= 3.1.2-8~),
               python3-requests (>= 1.0.0),
               python3-setuptools
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/packages/httmock.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/httmock
Homepage: https://github.com/patrys/httmock

Package: python3-httmock
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: Mocking library for python3-requests
 This library allows unit tests to provide mocked responses to HTTP requests
 made using the 'requests' library, either conditionally using the
 'urlmatch' decorator or for all requests using the 'all_requests'
 decorator.