[svn r42103] added some issues/features previously tracked elsewhere
--HG-- branch : trunk
This commit is contained in:
parent
446099b65e
commit
8f58035cde
|
@ -19,6 +19,10 @@ refactorings
|
|||
|
||||
- session / collection unification (particularly tryiter and buildname2items)
|
||||
|
||||
- reporting unification, i.e. use dist-testing Reporter class
|
||||
also for "normal" session, consider introduction of tkinter
|
||||
session (M978)
|
||||
|
||||
- refine doctests usage (particularly skips of doctests if
|
||||
some imports/conditions are not satisfied)
|
||||
|
||||
|
@ -36,6 +40,12 @@ refactorings
|
|||
web page generation. (see M750), provide "py.apigen" tool
|
||||
for generating API documentation
|
||||
|
||||
- py.log: unify API, possibly deprecate duplicate ones,
|
||||
base things on a Config object (hte latter almost a feature though)
|
||||
(M988)
|
||||
|
||||
- consider setup/teardown for generative tests (M826)
|
||||
|
||||
features
|
||||
--------------
|
||||
|
||||
|
@ -48,6 +58,18 @@ features
|
|||
- integrate rlcompleter2 (make it remotely workable)
|
||||
and maybe integrate with "pdb" / pdbplus (M975)
|
||||
|
||||
- integrate native collecting of unittest.py tests from py.test
|
||||
(along the PyPy lib-python tests) (M987)
|
||||
|
||||
- provide an automated conversion script helper for converting
|
||||
unittest.py based tests to py.test ones. (M987)
|
||||
|
||||
- references from ReST docs to modules, functions and classes
|
||||
of apigen generated html docs (M960)
|
||||
|
||||
- review svn-testing (and escape characters), consider
|
||||
svn-bindings (M634)
|
||||
|
||||
|
||||
packaging
|
||||
-------------------------------------
|
||||
|
|
Loading…
Reference in New Issue