# Functions
AssertErrorMatch will fail if the error doesn't match the provided error.
AssertNoError will fail if the provided err value is an error.
MatchErrorString takes a string and matches on the error and returns true if the string matches the error.
StartFakeArchiveServer starts an http server that serves the provided directory.