You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
PyTest Fixture for HTTpretty Util
PyTest Fixture for Requests-Mock Util
PyTest Fixture for Responses Util
The following may also be considered if possible:
Generic PyTest Fixture
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: