Tag: testing
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.
How to test that an array does not include any members of another array with Chai JS and Mocha framework. Explains workaround and why certain tests don't work.