[Pytest-commit] Issue #611: Parametrized test fails with fixture named "request" (hpk42/pytest)

2014-10-07 Thread Veeti Paananen
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

[Pytest-commit] [FAIL] pytest - # 347

2014-10-07 Thread Drone.io Build
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

[Pytest-commit] commit/pytest: hpk42: open up pytest-2.6 branch in case we want to release a 2.6.4 before 2.7.0 happens

2014-10-07 Thread commits-noreply
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 #:

[Pytest-commit] [SUCCESS] pytest - # 346

2014-10-07 Thread Drone.io Build
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/

[Pytest-commit] [SUCCESS] pytest - # 345

2014-10-07 Thread Drone.io Build
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/

[Pytest-commit] commit/pytest: hpk42: Merged in bubenkoff/pytest/test_for_issue_604 (pull request #220)

2014-10-07 Thread commits-noreply
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