# Functions
AssertTrueBeforeTimeout regularly checks whether a condition is met.
Detab removes whitespace from the front of a string on every line.
NewTempFolder creates a new temporary folder.
RequireTrueBeforeTimeout is the same as AssertTrueBeforeTimeout, but it calls t.failNow() if the condition function times out.
# Structs
TempFolder is a temporary folder used for testing.