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
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:
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