Skip to contents

This function checks if the directory "longtests" exists in the current package. If it does not exist, the function will throw an error message and suggest setting it up using the biocroxytest::use_longtests() function.

Usage

verify_longtests_used(base_path = ".")

Arguments

base_path

The base path of the package.

Value

TRUE if "longtests" directory exists, FALSE otherwise.