1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/3bd27c424613/
changeset: 3bd27c424613
user:gutworth
date:2013-03-21 18:19:01
summary: disable assertion rewriting on CPython 2.6.0 because of bugs
(fixes #280)
affected #: 2 files
diff -r b4fbc67f6e9f5f5f20
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/b4fbc67f6e9f/
changeset: b4fbc67f6e9f
user:hpk42
date:2013-03-21 12:41:39
summary: added changelog entry for getfixture() for doctests
affected #: 2 files
diff -r 56fb27ee91c704d1c06832adb730b4a0a113b6fc -r
8 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/8fe255a64587/
changeset: 8fe255a64587
branch: doctest-fixtures
user:witsch
date:2013-01-30 17:32:37
summary: pass fixture request object (and convenience shortcut to get
fixtures) into doctest files
aff
--- you can reply above this line ---
New issue 281: pytest object has no attribute 'main'
https://bitbucket.org/hpk42/pytest/issue/281/pytest-object-has-no-attribute-main
Jason Lee:
I copied the code in pytest usage.html#pytest-main-usage as followed:
import pytest
class MyPlugin:
def pyte