[Pytest-commit] [hpk42/pytest] Exception when the fixture is parametrized twice with the same value (issue #290)

2013-04-07 Thread Anonymous
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)

[Pytest-commit] [hpk42/pytest] tmpdir names get too long on Windows (exceeding PATH_MAX) (issue #291)

2013-04-07 Thread Torsten Landschoff
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