[svn r58288] update TODOs, docstring
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user