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
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():
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,