From 15ed79cb0889a3f68af9c8e17e5fd7fd726a2b63 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 8 Dec 2009 00:06:50 +0100 Subject: [PATCH] add note related to issue64 --HG-- branch : trunk --- ISSUES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ISSUES.txt b/ISSUES.txt index 41906d057..0a2aa8cea 100644 --- a/ISSUES.txt +++ b/ISSUES.txt @@ -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