[Pytest-commit] Issue #580: OutcomeException should not be a subclass of Exception (hpk42/pytest)

2014-09-04 Thread thiefmaster
New issue 580: OutcomeException should not be a subclass of Exception https://bitbucket.org/hpk42/pytest/issue/580/outcomeexception-should-not-be-a-subclass thiefmaster: Imagine this code: ``` def blackbox(callback, arg): # this is assumed to be application code try: callback

[Pytest-commit] Issue #581: Provide skeletons for PyCharm (hpk42/pytest)

2014-09-05 Thread thiefmaster
New issue 581: Provide skeletons for PyCharm https://bitbucket.org/hpk42/pytest/issue/581/provide-skeletons-for-pycharm thiefmaster: The PyCharm/IntelliJ IDEs don't understand the magic used by py.test to populate the `pytest` module, so all the nice IDE features like parameter completi

[Pytest-commit] Issue #656: Better Unicode handling in ID generation (hpk42/pytest)

2015-01-13 Thread thiefmaster
New issue 656: Better Unicode handling in ID generation https://bitbucket.org/hpk42/pytest/issue/656/better-unicode-handling-in-id-generation thiefmaster: `some::test[foo-bar]` is much nicer than `some::test[a0-b0]` Any non-ascii characters could be simply skipped or replaced with an underscore

[Pytest-commit] Issue #214: How can I install git dependencies even though a package installs an older version? (hpk42/tox)

2015-02-06 Thread thiefmaster
New issue 214: How can I install git dependencies even though a package installs an older version? https://bitbucket.org/hpk42/tox/issue/214/how-can-i-install-git-dependencies-even thiefmaster: Right now I'm using this terrible tox.ini: ``` [tox] envlist = {py27,py33,py34}-{release,

[Pytest-commit] Issue #694: Add a directory whitelist option (pytest-dev/pytest)

2015-03-08 Thread thiefmaster
New issue 694: Add a directory whitelist option https://bitbucket.org/pytest-dev/pytest/issue/694/add-a-directory-whitelist-option thiefmaster: Right now you can only blacklist directories using `norecursedirs`. However, especially in larger projects, it might be much nicer to simply whitelist