[Pytest-commit] [hpk42/pytest] `python_classes` and `python_functions` configuration options are ignored in pytest.ini (issue #284)

2013-03-31 Thread Gabor Lenard
New issue 284: `python_classes` and `python_functions` configuration options are ignored in pytest.ini https://bitbucket.org/hpk42/pytest/issue/284/python_classes-and-python_functions Gabor Lenard: I have a `pytest.ini` file in my project folder with a proper [pytest] section in it: ``` #!pyth

[Pytest-commit] [hpk42/pytest] Allow funcargs to be used in conjunction with default argument values (issue #285)

2013-03-31 Thread mears
New issue 285: Allow funcargs to be used in conjunction with default argument values https://bitbucket.org/hpk42/pytest/issue/285/allow-funcargs-to-be-used-in-conjunction mears: It appears that dependency injection only works if an argument is unresolved. It would be really nice if py.test wou

[Pytest-commit] [hpk42/pytest] Add ability to inject arguments to xunit setup/teardown (issue #286)

2013-03-31 Thread mears
New issue 286: Add ability to inject arguments to xunit setup/teardown https://bitbucket.org/hpk42/pytest/issue/286/add-ability-to-inject-arguments-to-xunit mears: In some cases, the age old setup/teardown methods are a bit more convenient than fixtures. Currently, pytest doesn't support depend