another wish

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-01-13 18:20:38 +01:00
parent 7747655905
commit 1ff37207a2
1 changed files with 10 additions and 0 deletions

View File

@ -97,3 +97,13 @@ have docs living with the plugin and require them to
be available on doc generation time, at least when
the target is the website? Or rather go for interactive help?
improved reporting on funcarg usage / name mismatches
----------------------------------------------------------------
tags: feature 1.2
see to improve help and support for funcarg usage,
i.e. when a funcarg does not match any provided one.
Also consider implementing py.test --funcargs to
show available funcargs - it should honour the
path::TestClass syntax so one can easily inspect
where funcargs come from or which are available.