pytest2/testing/python
Andy Freeland 2ba23e8d08 issue504: verbose output displays node IDs for each test
Replace the verbose per-test reporting format of `file:line test_name RESULT`
with the node ID of the test, i.e. `file@line::class::method[param] RESULT`.

This patch does not update the examples in the docs; @hpk42 has a script
to regenerate those.

--HG--
branch : issue504
2014-04-14 17:42:02 -04:00
..
collect.py Fixed pyflakes errors. 2014-03-14 14:25:36 +01:00
fixture.py issue504: verbose output displays node IDs for each test 2014-04-14 17:42:02 -04:00
integration.py fix tests to properly fail on failed collectiosn (which was hiding an error) 2014-04-10 13:37:39 +02:00
metafunc.py remove unused var (fixes flakes tests) 2013-12-16 12:38:15 +01:00
raises.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00