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
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`:
```
#!
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