parsetools (version 0.1.1)

extract_test_blocks: extract tests from a file.

Description

Convenience function for extracting all tests from a file. This parses the file and passes the work to extract_test_block.

Usage

extract_test_blocks(file)

Arguments

file

the file to retrieve tests from.