Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PyTest Fixtures #75

Open
4 tasks
BenjamenMeyer opened this issue Apr 7, 2018 · 0 comments
Open
4 tasks

Add support for PyTest Fixtures #75

BenjamenMeyer opened this issue Apr 7, 2018 · 0 comments

Comments

@BenjamenMeyer
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant