Fix: tests/context.py: Normalize path of XDG_CACHE

Description

When running pytest with --basetemp other than ./tmp, the test will always fail, since it's trying to compare a normalized path to a non-normalized

Changes proposed in this merge request:

  • Normalize paths in test

Merge request reports

Loading