parent
9fcd108091
commit
018254a907
13
ISSUES.txt
13
ISSUES.txt
|
@ -78,19 +78,6 @@ but a remote one fail because the tests directory
|
|||
does not contain an "__init__.py". Either give
|
||||
an error or make it work without the __init__.py
|
||||
|
||||
introduce a "RootCollector"
|
||||
----------------------------------------------------------------
|
||||
tags: feature 1.2
|
||||
|
||||
Currently the top collector is a Directory node and
|
||||
there also is the notion of a "topdir". See to refine
|
||||
internal handling such that there is a RootCollector
|
||||
which holds this topdir (or do away with topdirs?).
|
||||
Make sure this leads to an improvement in how
|
||||
tests are shown in hudson which currently sometimes
|
||||
shows "workspace" and sometimes not as the leading
|
||||
name.
|
||||
|
||||
deprecate ensuretemp / introduce funcargs to setup method
|
||||
--------------------------------------------------------------
|
||||
tags: experimental-wish 1.2
|
||||
|
|
|
@ -8,7 +8,7 @@ see http://pypi.python.org/pypi/apipkg
|
|||
import sys
|
||||
from types import ModuleType
|
||||
|
||||
__version__ = "1.0b3"
|
||||
__version__ = "1.0b4"
|
||||
|
||||
def initpkg(pkgname, exportdefs):
|
||||
""" initialize given package from the export definitions. """
|
||||
|
|
Loading…
Reference in New Issue