startest/locator

Types

pub type NamedFunction =
  #(String, fn() -> Dynamic)

Functions

pub fn identify_tests(
  test_functions: List(#(String, fn() -> Dynamic)),
  ctx: Context,
) -> List(TestTree)
pub fn locate_test_files() -> Result(List(String), Nil)

Returns the list of files in the test/ directory.

Search Document