Skip to content

Run tests in a fresh isolated XDG home

Volker Krause requested to merge work/vkrause/xdg-home-isolation into master

There are two reasons for this:

  • Ensuring that tests run with a clean slate every time. Docker-based CI jobs do that as well, but we don't have that everywhere.
  • Avoid tests touching your local production data.

Merge request reports