pandora icon indicating copy to clipboard operation
pandora copied to clipboard

Replace Pandora singleton access inside the addon

Open bitbrain opened this issue 2 years ago • 0 comments
trafficstars

Within Pandora, sometimes the Pandora singleton is directly accessed. However, this makes unit testing extremely hard and difficult to debug, as well as it can lead to unforseen side effects.

Rather, inject the required backend into the places where it is required.

This also applies to all tests!

bitbrain avatar Sep 01 '23 16:09 bitbrain