New issue 459: doctest-modules + pyreadline means default color becomes black
https://bitbucket.org/hpk42/pytest/issue/459/doctest-modules-pyreadline-means-default
Jason R. Coombs:
Slightly related to #399, but also different.
, I adapted pytest-runner to
New issue 628: UnicodeDecodeError (INTERNALERROR) when doctests contain Unicode
https://bitbucket.org/hpk42/pytest/issue/628/unicodedecodeerror-internalerror-when
Jason R. Coombs:
Consider this test:
```
def foo():
"""
>>> name = 'с'
'any
New issue 651: test fails in ntpath.py when LocalPath has no len
https://bitbucket.org/hpk42/pytest/issue/651/test-fails-in-ntpathpy-when-localpath-has
Jason R. Coombs:
Consider this simple test:
```
def test_simple(tmpdir):
import os
os.path.join(tmpdir, 'foo')
```
Invoke th
New issue 710: Add support for unicode literals to
https://bitbucket.org/pytest-dev/pytest/issue/710/add-support-for-unicode-literals-to
Jason R. Coombs:
I like to use doctests for some use cases, and pytest makes inclusion of them
in tests suites quite elegant.
However, doctests have a
New issue 768: doctests appear to run before session scope fixtures
https://bitbucket.org/pytest-dev/pytest/issue/768/doctests-appear-to-run-before-session
Jason R. Coombs:
I've created a session scoped fixture in ./conftest.py:
```
@pytest.fixture(autouse=True, scope='session'
New issue 360: Error - no module named virtualenv
https://bitbucket.org/hpk42/tox/issues/360/error-no-module-named-virtualenv
Jason R. Coombs:
When using the [advertised setuptools
integration](https://testrun.org/tox/latest/example/basic.html#integration-with-setuptools-distribute-test