1 new commit in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/c490ad387968/
Changeset: c490ad387968
Branch: pytest-2.7
User:Eric Siegerman
Date:2015-05-01 15:18:17+00:00
Summary: Doc typo
Affected #: 1 file
diff -r 13b32b864565690c56777a989558772303347e50 -r
1 new commit in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/f78c26828b71/
Changeset: f78c26828b71
User:hpk42
Date:2015-05-04 12:28:32+00:00
Summary: Merged in
famousgarkin/pytest/famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841
(pull request #28
2 new commits in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/aaca1518a32a/
Changeset: aaca1518a32a
Branch: famousgarkin/monkeypatchchdir-docstring-punctuation-1430453576841
User:famousgarkin
Date:2015-05-01 04:13:06+00:00
Summary: monkeypatch.chdir docstring
Build Failed
Build : https://drone.io/bitbucket.org/pytest-dev/pytest/107
Project: https://drone.io/bitbucket.org/pytest-dev/pytest
Repository : https://bitbucket.org/pytest-dev/pytest
Version: 3977:c490ad387968
Author : Eric Siegerman
Branch : pytest-2.7
Message:
Doc typo
Build Failed
Build : https://drone.io/bitbucket.org/pytest-dev/pytest/108
Project: https://drone.io/bitbucket.org/pytest-dev/pytest
Repository : https://bitbucket.org/pytest-dev/pytest
Version: 4225:f78c26828b71
Author : holger krekel
Branch : default
Message:
Merged in
fa
2 new commits in tox:
https://bitbucket.org/hpk42/tox/commits/c51e16686f21/
Changeset: c51e16686f21
User:stevepiercy
Date:2015-04-30 21:11:53+00:00
Summary: grammar fix
Affected #: 1 file
diff -r 273d12589a2548f4a0603da9d82ade8a284d4196 -r
c51e16686f21ff29938f3801ffcbb9ed4
1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/868a79b11ff5/
Changeset: 868a79b11ff5
User:hpk42
Date:2015-05-04 12:40:47+00:00
Summary: Merged in stevepiercy/tox (pull request #150)
grammar fix
Affected #: 1 file
diff -r a0c25fab52d76a62bafba137710ab8ec4e57c9
New issue 736: Parametrized argument named similarly to fixture (contains it)
breaks that fixture's parametrization
https://bitbucket.org/pytest-dev/pytest/issue/736/parametrized-argument-named-similarly-to
Jacobo Giralt:
```
#!python
import pytest
@pytest.fixture(params=[1,2,3])
def foo(reque