Python testing notes with pytest
I just started experimenting with pytest to performing testing of my application. Because it initially took some trial and error, I figured I can try to document this. I definitely am not an expert on pytest, but read Brian Okken’s Book that can be found here: http://pythontesting.net/ Set up testing directories The current project that …