Change testing/* to use single quotes
To be consistent with the rest of the code, we should change all of testing/**/*.py to use ' in preference to ", as we did with the other code earlier in the year.
The testing/pyproject.toml configuration should be altered to remove the special case, then ruff can be run, and then we'll want to add the commit to the blame ignore list.
bike shed time: let's take lead from scneario and switch to double quotes 🙄
@james-garner-canonical is hoping to look at this in the next couple of weeks.
@james-garner-canonical this was completed in https://github.com/canonical/operator/pull/1691, no?
Yes, thanks for catching that this was still open.