File: local_snapshotter.Rd

package info (click to toggle)
r-cran-testthat 3.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,224 kB
  • sloc: cpp: 9,261; ansic: 37; sh: 15; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/snapshot-reporter.R
\name{local_snapshotter}
\alias{local_snapshotter}
\title{Instantiate local snapshotting context}
\usage{
local_snapshotter(
  snap_dir = NULL,
  cleanup = FALSE,
  fail_on_new = FALSE,
  .env = parent.frame()
)
}
\description{
Needed if you want to run snapshot tests outside of the usual testthat
framework For expert use only.
}
\keyword{internal}