From 2d0b60d12a8d81a6203c127ea3d9cb21cd93d884 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 30 Nov 2009 08:02:40 -0500 Subject: The testing setup is involved: document it some. --- howto.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/howto.txt b/howto.txt index 36beef1..316a899 100644 --- a/howto.txt +++ b/howto.txt @@ -37,3 +37,18 @@ - Update bitbucket: - Issue tracker should get new version number in picker. - Announce on TIP. + + + +* Testing + +(automate these someday) + +- On Py 2.x: need setuptools installed +- On Py 3.x: need Distribute installed +- In each Python installation to be used, create a "coverage_test_egg.pth" + containing:: + + c:\ned\coverage\trunk\test\eggsrc\dist\covtestegg1-0.0.0-py2.5.egg + + (or equivalent). -- cgit v1.2.1