New issue 520: Silent crash when exec produces a syntax error involving Unicode
https://bitbucket.org/hpk42/pytest/issue/520/silent-crash-when-exec-produces-a-syntax
Kodi Arfer:
Input:
```
#!python
def test_foo():
exec u'foo u"\u03b1"'
```
Output:
```
===================== test session starts ======================
platform linux2 -- Python 2.7.6 -- py-1.4.20 -- pytest-2.5.2
collected 1 items
test_something.py
```
(Except the output has no trailing newline, just a trailing space after
`test_something.py`.)
Using `--assert=plain` makes no difference.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit