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