File: extract_test_blocks.Rd

package info (click to toggle)
r-cran-parsetools 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 780 kB
  • sloc: sh: 13; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/testing_blocks.R
\name{extract_test_blocks}
\alias{extract_test_blocks}
\title{extract tests from a file.}
\usage{
extract_test_blocks(file)
}
\arguments{
\item{file}{the file to retrieve tests from.}
}
\description{
Convenience function for extracting all tests from a file.
This parses the file and passes the work to
\code{\link{extract_test_block}}.
}