Written after a frustrating day dealing with two Python packages trying to use the same module namespace - and learning the surprising way that Python (doesn't) handle this.
A list of things I wish I had known sooner about using pytest and some general tips on usage and productivity with it.
How and why to use OS temporary directories to create files outside your source code directory for scripted tests.