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