[Pytest-commit] Issue #522: Highlight my code vs framework code in tracebacks (hpk42/pytest)

2014-06-04 Thread Thomas Güttler
New issue 522: Highlight my code vs framework code in tracebacks https://bitbucket.org/hpk42/pytest/issue/522/highlight-my-code-vs-framework-code-in Thomas Güttler: it would be very cool if pytest could highlight my code in tracebacks. This would make it much easier for the developers eyes to fi

[Pytest-commit] Issue #523: ValueError: duplicate arg (hpk42/pytest)

2014-06-04 Thread James Mills
New issue 523: ValueError: duplicate arg https://bitbucket.org/hpk42/pytest/issue/523/valueerror-duplicate-arg James Mills: **test_foo.py**: ``` #!python def pytest_generate_tests(metafunc): for level in ("level_{0:d}".format(level) for level in [1, 2, 3]): argvalues = [ [