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