New issue 445: Use test function docstrings to provide nicer names for tests
https://bitbucket.org/hpk42/pytest/issue/445/use-test-function-docstrings-to-provide
Thomas Winwood:
I wrote some tests...
```
#!python
def test_empty():
tokens = lexer.lex("")
with pytest.raises(StopIteration):
New issue 446: Alternative syntax: allow no-argument fixture functions to be
used as decorators
https://bitbucket.org/hpk42/pytest/issue/446/alternative-syntax-allow-no-argument
leo-the-manic:
Hi pytest team! I just started using this library a week ago and it is
fantastic!! I love the detailed