[Pytest-commit] Issue #712: some issue with setup and teardown in pytest suite (pytest-dev/pytest)

2015-04-08 Thread tibor_arpas
New issue 712: some issue with setup and teardown in pytest suite https://bitbucket.org/pytest-dev/pytest/issue/712/some-issue-with-setup-and-teardown-in tibor_arpas: I'm on platform 'darwin'. I select only one test, which by chance is skipped. I get an instead of a success. py.test testing/tes

[Pytest-commit] Issue #713: AttributeError: ReprFailDoctest instance has no attribute 'reprcrash' with --doctest-modules, --junit-xml and at a failing doctest. (pytest-dev/pytest)

2015-04-08 Thread Richard Barrell
New issue 713: AttributeError: ReprFailDoctest instance has no attribute 'reprcrash' with --doctest-modules, --junit-xml and at a failing doctest. https://bitbucket.org/pytest-dev/pytest/issue/713/attributeerror-reprfaildoctest-instance Richard Barrell: Reproduction: in `a/__init__.py`: ``` #!

[Pytest-commit] Issue #714: Request the feature to apply indirect=True on particular argnames (pytest-dev/pytest)

2015-04-08 Thread Alina Berdnikova
New issue 714: Request the feature to apply indirect=True on particular argnames https://bitbucket.org/pytest-dev/pytest/issue/714/request-the-feature-to-apply-indirect-true Alina Berdnikova: According to http://pytest.org/latest/parametrize.html#the-metafunc-object, if indirect=True it'll pass