[Pytest-commit] [hpk42/pytest] When fixture has the same parameter value it crashes for me with KeyError (issue #293)

2013-04-11 Thread Oleg Pidsadnyi
New issue 293: When fixture has the same parameter value it crashes for me with KeyError https://bitbucket.org/hpk42/pytest/issue/293/when-fixture-has-the-same-parameter-value Oleg Pidsadnyi: KeyError: foo ``` #!python import pytest @pytest.fixture(params=['a', 'a']) def foo(request): ret

[Pytest-commit] [hpk42/pytest] Fixture is not overriden in the child conftest.py when running individual test file (issue #294)

2013-04-11 Thread Oleg Pidsadnyi
New issue 294: Fixture is not overriden in the child conftest.py when running individual test file https://bitbucket.org/hpk42/pytest/issue/294/fixture-is-not-overriden-in-the-child Oleg Pidsadnyi: If I have the package with the conftest.py: ``` #!python from pytest import fixture def foo():

[Pytest-commit] [hpk42/pytest] in docs, recwarn.txt lacks any :ref: targets (issue #297)

2013-04-11 Thread Alexander Dupuy
New issue 297: in docs, recwarn.txt lacks any :ref: targets https://bitbucket.org/hpk42/pytest/issue/297/in-docs-recwarntxt-lacks-any-ref-targets Alexander Dupuy: Whereas skipping.txt has several targets, e.g.: .. _`skip and xfail`: .. _skipping: at the start of the file, with others as well,