# Functions
FindConverterTests searches dir for files matching glob and creates a converter test from them.
IsUpdate returns true if the -update flag was passed to the test.
MkdirTemp creates a temporary directory.
ProjectRoot searches from the current working directory upwards until it finds a go.mod file.
# Structs
ConverterTest is a test case for a conversion from one file format to another.
# Type aliases
Converter defines a type that is capable from converting some input to some output.