[Pytest-commit] Issue #445: Use test function docstrings to provide nicer names for tests (hpk42/pytest)

2014-02-04 Thread Thomas Winwood
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):

[Pytest-commit] Issue #446: Alternative syntax: allow no-argument fixture functions to be used as decorators (hpk42/pytest)

2014-02-04 Thread leo-the-manic
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