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