Class TempDir

Class Documentation

class TempDir

a temporary directory for use while testing

currently tmpdir / "file.wav" when running a test called test_name returns test_tmp/test_name/file.wav, and these files are not deleted

Public Functions

inline TempDir()
inline std::filesystem::path operator/(const std::string &fname)

get a file in the directory