--- you can reply above this line ---
New issue 275: doctest does not consider usefixtures in pytest.ini
https://bitbucket.org/hpk42/pytest/issue/275/doctest-does-not-consider-usefixtures-in
Takafumi Arakaki:
Running `py.test` with the following files fail:
`pytest.ini`:
```
#!ini
[pytest]
add
--- you can reply above this line ---
New issue 276: Issue #217 did not resolved!!
https://bitbucket.org/hpk42/pytest/issue/276/issue-217-did-not-resolved
jindou.io:
This testcase will failed.
```
class T(unittest.TestCase):
@mock.patch("os.path.abspath")
def test_hello(self, abspath, tm