summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-30 08:02:40 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-30 08:02:40 -0500
commit2d0b60d12a8d81a6203c127ea3d9cb21cd93d884 (patch)
tree5c650116cef745e6c55d087c61a75809f6535e6e /howto.txt
parentec77b074821a9d378445d81ca80f340c9d3d80e3 (diff)
downloadpython-coveragepy-2d0b60d12a8d81a6203c127ea3d9cb21cd93d884.tar.gz
The testing setup is involved: document it some.
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt15
1 files changed, 15 insertions, 0 deletions
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).