File: control

package info (click to toggle)
r-cran-httptest2 1.2.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: sh: 13; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,470 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
31
32
33
34
35
36
37
Source: r-cran-httptest2
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-digest,
               r-cran-httr2,
               r-cran-jsonlite,
               r-cran-rlang,
               r-cran-testthat,
               architecture-is-64-bit,
               architecture-is-little-endian
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-httptest2
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-httptest2.git
Homepage: https://cran.r-project.org/package=httptest2
Rules-Requires-Root: no

Package: r-cran-httptest2
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Test Helpers for 'httr2'
 Testing and documenting code that communicates with remote servers
 can be painful. This package helps with writing tests for packages that
 use 'httr2'. It enables testing all of the logic
 on the R sides of the API without requiring access to the
 remote service, and it also allows recording real API responses to use as
 test fixtures. The ability to save responses and load them offline also
 enables writing vignettes and other dynamic documents that can be
 distributed without access to a live server.