1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/auto-test.R
3\name{auto_test_package}
4\alias{auto_test_package}
5\title{Watches a package for changes, rerunning tests as appropriate.}
6\usage{
7auto_test_package(pkg = ".", reporter = default_reporter(), hash = TRUE)
8}
9\arguments{
10\item{pkg}{path to package}
11
12\item{reporter}{test reporter to use}
13
14\item{hash}{Passed on to \code{\link[=watch]{watch()}}.  When FALSE, uses less accurate
15modification time stamps, but those are faster for large files.}
16}
17\description{
18Watches a package for changes, rerunning tests as appropriate.
19}
20\seealso{
21\code{\link[=auto_test]{auto_test()}} for details on how method works
22}
23\keyword{debugging}
24