Using PyTest in a non-root file structure
PyTest is a Python framework that allows for the creation of elegant, easy-to-read and grok unit tests using normal Python language. PyTest is a pretty intelligent framework that can seek out files containing tests (simply make sure the filename ends...
Jan 23, 20233 min read28
