[Pytest-commit] Issue #459: doctest-modules + pyreadline means default color becomes black (hpk42/pytest)

2014-02-10 Thread Jason R. Coombs
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. ![color.jpg](https://bitbucket.org/repo/Kd84B/images/3291019784

[Pytest-commit] Issue #555: AttributeError: '_io.FileIO' object has no attribute 'errors' (hpk42/pytest)

2014-08-01 Thread Jason R. Coombs
New issue 555: AttributeError: '_io.FileIO' object has no attribute 'errors' https://bitbucket.org/hpk42/pytest/issue/555/attributeerror-_iofileio-object-has-no Jason R. Coombs: New in pytest 2.6.0, many setuptools tests are failing thus: https://travis-ci.org/jaraco/setu

[Pytest-commit] Issue #567: use of 'pytest' in setup.cfg collides with 'pytest' distutils command (hpk42/pytest)

2014-08-21 Thread Jason R. Coombs
New issue 567: use of 'pytest' in setup.cfg collides with 'pytest' distutils command https://bitbucket.org/hpk42/pytest/issue/567/use-of-pytest-in-setupcfg-collides-with Jason R. Coombs: In [pytest-runner 2](/jaraco/pytest-runner/issue/2), I adapted pytest-runner to

[Pytest-commit] Issue #628: UnicodeDecodeError (INTERNALERROR) when doctests contain Unicode (hpk42/pytest)

2014-11-06 Thread Jason R. Coombs
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

[Pytest-commit] Issue #651: test fails in ntpath.py when LocalPath has no len (hpk42/pytest)

2015-01-01 Thread Jason R. Coombs
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

[Pytest-commit] Issue #710: Add support for unicode literals to (pytest-dev/pytest)

2015-04-04 Thread Jason R. Coombs
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

[Pytest-commit] Issue #768: doctests appear to run before session scope fixtures (pytest-dev/pytest)

2015-06-13 Thread Jason R. Coombs
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'

[Pytest-commit] Issue #360: Error - no module named virtualenv (hpk42/tox)

2016-08-23 Thread Jason R. Coombs
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