-
Notifications
You must be signed in to change notification settings - Fork 283
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
Move to py.test and take advantage of it #182
Comments
I've, uh, been totally over-engineering this. Something along the lines of https://github.com/dmerejkowsky/pytest-runfailed/blob/master/pytest_runfailed.py would work fine. |
We've now landed the stuff most needed here. Yay! |
I think there are three things left to do here:
I can do the 1. I need more details on what 2 and 3 entail. Part of me thinks we should split 2 and 3 into separate issues. @gsnedders Is that ok with you? |
@willkg lgtm |
I split 2 and 3 into separate issues and did a PR to remove that one bit about nose in the tests README. After that PR lands, I'll close this out. |
PR #366 landed and the other two things were spun off as separate issues, so everything outstanding is covered elsewhere now. Closing this out. |
We want to move to py.test so that:
https://github.com/gsnedders/html5lib-python/tree/expected_failures_pytest is my current WIP branch implementing this.
Status:
Needed to fix failures:
The rest:
The text was updated successfully, but these errors were encountered: