New issue 489: pypy python 2.7 doesnt do the windows 2 linux newline rewriting
in multiline strings
https://bitbucket.org/hpk42/pytest/issue/489/pypy-python-27-doesnt-do-the-windows-2
Ronny Pfannschmidt:
```ast.parse("'''\r\n'''").body[0].value.s```
yields different results on cpython 2.7 and py
New issue 490: pytest_load_initial_conftests hook isn't documented
https://bitbucket.org/hpk42/pytest/issue/490/pytest_load_initial_conftests-hook-isnt
Grzegorz Śliwiński:
Checking here:
http://pytest.org/latest/plugins.html#initialization-command-line-and-configuration-hooks
I see that pytest_
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/f750c24d6b3f/
Changeset: f750c24d6b3f
User:hpk42
Date:2014-03-25 14:43:58
Summary: fix issue490: include pytest_load_initial_conftests in
documentation
and improve docstring.
Affected #: 3 files
diff -r 585
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/3577522e05cd/
Changeset: 3577522e05cd
User:hpk42
Date:2014-03-26 07:15:54
Summary: fix issue472: clarify that ``pytest.config.getvalue()`` cannot work
if it's triggered ahead of command line parsing.
Affected