New issue 576: Random test failures on windows after editing a python file
https://bitbucket.org/hpk42/pytest/issue/576/random-test-failures-on-windows-after
pombredanne:
I get random failures on windows only (not on mac and not on linux) with win7
and Python 2.7.8 and py.test 2.6.1.
This heise
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/a433de9ca4f0/
Changeset: a433de9ca4f0
User:gutworth
Date:2014-09-01 22:51:27
Summary: improvements to rewrite cache invalidation
- stat the source path before it is read.
- Validate the source size in additio
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/commits/570b7b6fd39f/
Changeset: 570b7b6fd39f
User:gutworth
Date:2014-09-01 22:51:44
Summary: remove debugging turd
Affected #: 1 file
diff -r a433de9ca4f04e4f4f433ef9e80a5d93790c2f4f -r
570b7b6fd39fe56ca66d82dd8e3
New issue 577: assert rewritereinterp failure with tripple quotes
https://bitbucket.org/hpk42/pytest/issue/577/assert-rewritereinterp-failure-with
Ronny Pfannschmidt:
```
#!python
"""
"""
def test_wtf():
assert 0
"""
"""
a = 1
```
yields a syntaxerror in any assert mode other than plain