-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
33 lines (33 loc) · 920 Bytes
/
DESCRIPTION
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
Package: lazytest
Title: Runs Only Failed Tests
Version: 0.0.0.9063
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
person("cynkra GmbH", , , "[email protected]", role = c("fnd", "cph"))
)
Description: A companion package to the testthat package that saves
development time by helping you rerun only the tests that have failed
during the last run.
License: MIT + file LICENSE
URL: https://github.com/cynkra/lazytest, https://lazytest.cynkra.com/
BugReports: https://github.com/cynkra/lazytest/issues
Imports:
brio,
cli,
fs,
rex,
rlang,
testthat (>= 3.2.0)
Suggests:
callr,
here,
pkgload,
rstudioapi,
usethis,
withr
Config/Needs/website: cynkra/cynkratemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000