[svn r59344] adding an item to consider
--HG-- branch : trunk
This commit is contained in:
parent
5425dba4e5
commit
96ff172661
30
TODO.txt
30
TODO.txt
|
@ -4,8 +4,29 @@ Things to do for 1.0.0
|
||||||
py.test
|
py.test
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
- compatilibity: honour item.run() method of test items (so far
|
- compatilibity: honour/warn item.run() method of test items (so far
|
||||||
probably only execute() is warned about)
|
probably only execute() is warned about or the other way round)
|
||||||
|
|
||||||
|
- introduce plugin arch, port to plugins:
|
||||||
|
- importorskip
|
||||||
|
- filelog
|
||||||
|
- chtmpdir per method
|
||||||
|
- apigen
|
||||||
|
- xfail
|
||||||
|
- acceptance/assertlines
|
||||||
|
- dist-testing?
|
||||||
|
|
||||||
|
- introduce setuptools-style version checking, at least
|
||||||
|
for py lib itself, maybe also for other packages:
|
||||||
|
|
||||||
|
py.checkversion("py>=1.0")
|
||||||
|
|
||||||
|
- generative tests: it is somewhat misleading for
|
||||||
|
the classical htmlviews that generated tests are identified
|
||||||
|
by numbers rather than by its parameters. unclear how
|
||||||
|
to fix this because we may not always be able to assume
|
||||||
|
that we can identify a generated tests by using its parameters
|
||||||
|
(it might not be hashable, doesn't have a sensical repr ...?)
|
||||||
|
|
||||||
- turn deprecation / apiwarnings into events, report them at the end?
|
- turn deprecation / apiwarnings into events, report them at the end?
|
||||||
|
|
||||||
|
@ -17,11 +38,6 @@ py.test
|
||||||
as to mark a test as "expected to fail",
|
as to mark a test as "expected to fail",
|
||||||
report specially if it surprisingly passes
|
report specially if it surprisingly passes
|
||||||
|
|
||||||
- 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
|
- nightly test runs on multiple platforms
|
||||||
|
|
||||||
- review and refactor architecture of py.test with particular
|
- review and refactor architecture of py.test with particular
|
||||||
|
|
Loading…
Reference in New Issue