[Pytest-commit] Issue #569: Nicer filenames in terminal reports, custom startdir? (hpk42/pytest)

2014-08-25 Thread Ivan Smirnov
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

[Pytest-commit] Issue #570: indirect=True in parametrize breaks fixture scopes (hpk42/pytest)

2014-08-25 Thread Ivan Kalinin
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