8000 Change test runner from nose to py.test by danielkza · Pull Request #714 · cloudtools/stacker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Change test runner from nose to py.test #714

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

Merged
merged 4 commits into from
Mar 20, 2019

Conversation

danielkza
Copy link
Contributor

Nose has been deprecated by its authors. py.test is very active, widely
used, and has many useful features for running and writing tests.

Changing the tests themselves away from unittest-style is a different
step that must be taken later. This PR only changes the tooling.

Nose has been deprecated by its authors. py.test is very active, widely
used, and has many useful features for running and writing tests.

Changing the tests themselves away from unittest-style is a different
step that must be taken later. This commit only changes the tooling.
Additionaly, adapt tests to not depend on any fixtures in the test
directory, or on the current working directory of the test runner.
Copy link
Member
@phobologic phobologic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great - I need to spend some time with pytest. Knew I'd have to eventually - thanks for pulling us into the future :)

@phobologic phobologic merged commit 7f98feb into cloudtools:master Mar 20, 2019
@danielkza danielkza deleted the pytest branch March 29, 2019 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0