New issue 569: Nicer filenames in terminal reports, custom startdir?
https://bitbucket.org/hpk42/pytest/issue/569/nicer-filenames-in-terminal-reports-custom
Ivan Smirnov:
When testing an installed package (e.g. as in the example below via `py.test -v
--pyargs foo`), the report looks super ugly c
New issue 570: indirect=True in parametrize breaks fixture scopes
https://bitbucket.org/hpk42/pytest/issue/570/indirect-true-in-parametrize-breaks
Ivan Kalinin:
The following test:
```
#!python
import pytest
@pytest.fixture(scope='class')
def my_profile(request):
print 'Setting up profile