-
Notifications
You must be signed in to change notification settings - Fork 12
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
What's new in pytest 3.0 #11
Conversation
You seem to use double backticks in various places, which is ReST and not markdown 😉 |
def add_np(doctest_namespace): | ||
doctest_namespace['np'] = numpy | ||
|
||
Doctests in the same below the `conftest.py` file can now use the `numpy` module directly: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"in the same below the conftest.py
file"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks
Yep, thanks! 😖 |
As discussed in pytest-dev/pytest#1794, it was decided to postpone this until 3.1
Unfortunately this won't land in 3.0
It seems like it should be ready to be posted. Does anybody mind if I merge this myself after publishing the package? |
Not sure how up-to-date it is, though:
|
Hmm for some reason it did not appear yet on blog.pytest.org... 😕 |
@pfctdayelise @pelme blog.pytest.org still doesn't show the new post. The build appears to have been successful, any ideas? |
Nevermind, the post was marked as a draft. Published and online now. 😁 |
Still a work in progress, I plan to publish only after pytest-3.0 is effectively out.
Meanwhile, suggestions on writing style, order of the sessions, anything really, is welcome!
cc @hackebrot