1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/315a9027de6d/ changeset: 315a9027de6d user: gutworth date: 2011-07-20 05:41:58 summary: add a newline for window's sake affected #: 1 file (1 byte)
--- a/testing/test_assertrewrite.py Tue Jul 19 21:42:00 2011 -0500 +++ b/testing/test_assertrewrite.py Tue Jul 19 22:41:58 2011 -0500 @@ -287,7 +287,8 @@ sub = testdir.mkdir("testing") sub.join("test_readonly.py").write(""" def test_rewritten(): - assert "@py_builtins" in globals()""") + assert "@py_builtins" in globals() +""") sub.chmod(320) assert testdir.runpytest().ret == 0 Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn