[svn r58288] update TODOs, docstring

--HG--
branch : trunk
This commit is contained in:
hpk
2008-09-21 10:17:11 +02:00
parent eebb9d7257
commit cdb8fa1abe
2 changed files with 15 additions and 5 deletions

View File

@@ -4,8 +4,6 @@ Things to do for 1.0.0
py.test
--------------
- simplify collect API
- get APIGEN back to work
- get web reporter back to work
@@ -14,6 +12,18 @@ py.test
as to mark a test as "expected to fail",
report specially if it surprisingly passes
- introduce extended skipping, for example:
py.test.skip(ifexecerror='''
import docutils
assert docutils.__version__.startswith("0.4")
''')
- introduce setuptools-style version checking, at least
for py lib itself, maybe also for other packages:
py.checkversion("py>=1.0")
- nightly test runs on multiple platforms
- review and refactor architecture of py.test with particular