Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent include showtime@tests@test_Test.hrl
Raw

include/showtime@tests@test_Test.hrl

-record(test, {
meta :: showtime@tests@meta:meta(),
test_function :: fun(() -> nil)
}).