test_ok2/testing/python
Brianna Laugher ee65ca10f4 issue #308
address some comments by @hpk42 on 0b9d82e :

- move tests into their own class, rename
- add test showing metafunc.parametrize called in pytest_generate_tests rather than as decorator
- add test and fix single-argname case
- convert two loops into one in parametrize()

also
- renamed 'input' to 'n', since 'input' is a built-in
2013-05-20 12:52:20 +10:00
..
collect.py fix issue 251 - report a skip instead of ignoring classes with init 2013-02-15 10:18:00 +01:00
fixture.py allow fixture functions to be implemented as context managers: 2013-05-05 14:48:37 +02:00
integration.py allow re-running of a test item (as exercised by the 2013-04-22 10:35:48 +02:00
metafunc.py issue #308 2013-05-20 12:52:20 +10:00
raises.py fix issue215 - refactor test_python.py into multiple files: 2012-11-02 16:04:57 +01:00