[Pytest-commit] Issue #604: ValueError: unsupported format character in case of % sign in assert message (hpk42/pytest)

2014-10-01 Thread pytry
New issue 604: ValueError: unsupported format character in case of % sign in assert message https://bitbucket.org/hpk42/pytest/issue/604/valueerror-unsupported-format-character-in pytry: Hello, I have noticed strange error when running the tests which in assert message use the % sign. Followi

[Pytest-commit] Issue #605: tmpdir.join("foo").write(...) doesn't work as expected. (hpk42/pytest)

2014-10-01 Thread Bjorn Pettersen
New issue 605: tmpdir.join("foo").write(...) doesn't work as expected. https://bitbucket.org/hpk42/pytest/issue/605/tmpdirjoin-foo-write-doesnt-work-as Bjorn Pettersen: All of the following testcase ``` #!python # -*- coding: utf-8 -*- def test_1(tmpdir): tmpdir.join('foo').write(u'æ') d

[Pytest-commit] Issue #606: INTERNALERROR when no valid source lines found (hpk42/pytest)

2014-10-01 Thread Jędrzej Nowak
New issue 606: INTERNALERROR when no valid source lines found https://bitbucket.org/hpk42/pytest/issue/606/internalerror-when-no-valid-source-lines Jędrzej Nowak: ``` INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/tmp/venv/lib/python2.7/site-packages/_pytest/main.py",