[Pytest-commit] [hpk42/pytest] doctest does not consider usefixtures in pytest.ini (issue #275)

2013-03-14 Thread Takafumi Arakaki
--- 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

[Pytest-commit] [hpk42/pytest] Issue #217 did not resolved!! (issue #276)

2013-03-14 Thread jindou . io
--- 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