PyTest is a nice testing framework that provides lots of integrations. As of PR #74 Stack-In-A-Box itself uses PyTest as the replacement for nosetests which is no longer supported. One feature of PyTest is Fixtures and it would be good to add fixture support to the utility modules at the bare minimum:
The following may also be considered if possible:
PyTest is a nice testing framework that provides lots of integrations. As of PR #74 Stack-In-A-Box itself uses PyTest as the replacement for
nosetestswhich is no longer supported. One feature of PyTest is Fixtures and it would be good to add fixture support to the utility modules at the bare minimum:The following may also be considered if possible: