Skip to content

tor-hsservice tests: Introduce new test_temp_dir helper module

Ian Jackson requested to merge Diziet/arti:persist-tempdir into main

While debugging IPT persistence I wanted to see what the code was leaving in the storage and keystore directories. This is hard when it's all done with a vanilla tempdir().

I gold-plated the API rather, to do some lifetime stuff. The result seems convenient enough in my WIP branch.

Merge request reports