Daily Dev Notes 2024/06/02

Still doing nothing else apart from working on pytest. After finally figuring out the issues I was dealing with, I went through all of the tests and standardised my approach to dealing with application settings.

I also had to rip out a bunch of experimental code I had tried to get things working. And I removed a bunch of tests that weren't actually testing supported scenarious - e.g. changing the URL on the fly just isn't possible at the moment anyway.

So now that I've got over that hurdle, I can get back to focusing on working through the coverage reports and adding better tests for the code that I do have working.