pytest2/testing/python
Brianna Laugher 345b8391c4 A couple of improvements to parametrize
- When not specifying ids, let None and bools use their native string form (like str, int, float) rather than obfuscated form used for objects
- When specifying ids, explicitly raise a ValueError if a different number of ids are specified compared to the test cases
- Add tests for both these items.
2013-05-29 12:59:47 +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 A couple of improvements to parametrize 2013-05-29 12:59:47 +10:00
raises.py fix issue215 - refactor test_python.py into multiple files: 2012-11-02 16:04:57 +01:00