New issue 290: Exception when the fixture is parametrized twice with the same
value
https://bitbucket.org/hpk42/pytest/issue/290/exception-when-the-fixture-is-parametrized
Anonymous:
import pytest
@pytest.fixture(params=['a', 'a'])
def foo(request):
return request.param
def test_foo(foo)
New issue 291: tmpdir names get too long on Windows (exceeding PATH_MAX)
https://bitbucket.org/hpk42/pytest/issue/291/tmpdir-names-get-too-long-on-windows
Torsten Landschoff:
Hi pytest Team,
we run into a lot of error in our release tests lately, which do not occur in
nightly an on-commit tests