Skip to content

klipper: Fix HistoryCyclerTest and HistoryModelTest when run locally

Noah Davis requested to merge work/ndavis/klipper-local-tests into master

They fail when run locally because they keep trying to use the actual user history file. Enable test mode for QStandardPath when you want to do tests with things that use standard paths.

Merge request reports