add note related to issue64

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-12-08 00:06:50 +01:00
parent 1f45edf121
commit 15ed79cb08
1 changed files with 11 additions and 0 deletions

View File

@ -53,3 +53,14 @@ bb: http://bitbucket.org/hpk42/py-trunk/issue/65/
execnet is not rsynced so fails if run in an ssh-situation.
write test and fix.
relax requirement to have tests/testing contain an __init__
----------------------------------------------------------------
tags: feature 1.1.2
bb: http://bitbucket.org/hpk42/py-trunk/issue/64
A local test run of a "tests" directory may work
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