benansell / lobo-elm-test-extra / ElmTest.Runner

Declarations required by lobo. Generally only of interest when extending lobo.


type Test
    = Batch (List Test)
    | Labeled String Test
    | Only Test
    | Skipped String Test
    | Test Test
    | Todo String

Hierarchical representation of Tests