New issue 611: Parametrized test fails with fixture named "request"
https://bitbucket.org/hpk42/pytest/issue/611/parametrized-test-fails-with-fixture-named
Veeti Paananen:
```
#!python
import pytest
@pytest.fixture
def request():
return 123
@pytest.mark.parametrize('param', [1, 2, 3])
def
Build Failed
Build : https://drone.io/bitbucket.org/hpk42/pytest/347
Project: https://drone.io/bitbucket.org/hpk42/pytest
Repository : https://bitbucket.org/hpk42/pytest
Version:
Author :
Branch : pytest-2.6
Message:
___
pytest
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/a460a4db4589/
Changeset: a460a4db4589
Branch: pytest-2.6
User:hpk42
Date:2014-10-07 09:14:57+00:00
Summary: open up pytest-2.6 branch in case we want to release a 2.6.4
before 2.7.0 happens
Affected #:
Build was Successful
Build : https://drone.io/bitbucket.org/hpk42/pytest/346
Project: https://drone.io/bitbucket.org/hpk42/pytest
Repository : https://bitbucket.org/hpk42/pytest
Version: 3818:63ee1c59835a
Author : holger krekel
Branch : default
Message:
Merged in bubenkoff/
Build was Successful
Build : https://drone.io/bitbucket.org/hpk42/pytest/345
Project: https://drone.io/bitbucket.org/hpk42/pytest
Repository : https://bitbucket.org/hpk42/pytest
Version: 3818:63ee1c59835a
Author : holger krekel
Branch : default
Message:
Merged in bubenkoff/
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/63ee1c59835a/
Changeset: 63ee1c59835a
User:hpk42
Date:2014-10-07 07:06:47+00:00
Summary: Merged in bubenkoff/pytest/test_for_issue_604 (pull request #220)
Escape % character in the assertion message
Affected