[Pytest-commit] Issue #751: py.test can't multiple parametrize with ids if it parametrize class with two or more test methods (pytest-dev/pytest)

2015-05-23 Thread sergey chipiga
New issue 751: py.test can't multiple parametrize with ids if it parametrize class with two or more test methods https://bitbucket.org/pytest-dev/pytest/issue/751/pytest-cant-multiple-parametrize-with-ids sergey chipiga: Code example %%python import pytest @pytest.mark.parametrize('x', [0], id

[Pytest-commit] Issue #752: INTERNALERROR> IndexError: list index out of range (pytest-dev/pytest)

2015-05-23 Thread Andrew Gorcester
New issue 752: INTERNALERROR> IndexError: list index out of range https://bitbucket.org/pytest-dev/pytest/issue/752/internalerror-indexerror-list-index-out-of Andrew Gorcester: After changing a line of source inside a dict literal in my project from this: 0x0b: (self.ANC, "IMM"), to this:

[Pytest-commit] Issue #753: Missing example test (pytest-dev/pytest)

2015-05-23 Thread tobixx
New issue 753: Missing example test https://bitbucket.org/pytest-dev/pytest/issue/753/missing-example-test tobixx: http://pytest.org/latest/example/parametrize.html ``` #!bash $ py.test test_time.py --collect-only === test session starts p