[Pytest-commit] Issue #532: pytest -f does not notice new tests (hpk42/pytest)

2014-06-25 Thread Dima Tisnek
New issue 532: pytest -f does not notice new tests https://bitbucket.org/hpk42/pytest/issue/532/pytest-f-does-not-notice-new-tests Dima Tisnek: pytest -f appears to latch to the set of test cases on first run and does not detect when new test is added. e.g. test_foo.py: def test foo(): assert

[Pytest-commit] Issue #740: internal error when parametrising using yield functools.partial (pytest-dev/pytest)

2015-05-08 Thread Dima Tisnek
New issue 740: internal error when parametrising using yield functools.partial https://bitbucket.org/pytest-dev/pytest/issue/740/internal-error-when-parametrising-using Dima Tisnek: Traceback is far below. Unfortunately I cannot yet create a minimum reproducible example, because everything