diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-29 12:25:15 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-29 12:25:15 +0000 |
commit | 3c91240e6641bd60aa3aa96b7d83bc907e5df855 (patch) | |
tree | cfe61f51f4851bae1f465f11411bad81793e510b /README | |
parent | dcff0c0c85a06f20cbff5af5b327dade05ac3cce (diff) | |
download | archivemail-3c91240e6641bd60aa3aa96b7d83bc907e5df855.tar.gz archivemail-3c91240e6641bd60aa3aa96b7d83bc907e5df855.tar.bz2 archivemail-3c91240e6641bd60aa3aa96b7d83bc907e5df855.zip |
Added info about test_archivemail.py
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -51,6 +51,11 @@ or later, because we use the PyUnit 'unittest' module. Sorry. INSTALLATION: +If you want to test archivemail: + cp archivemail archivemail.py + python test_archivemail.py + (NOTE: This could take over 90 seconds on slower systems) + To install archivemail, run: python setup.py install @@ -69,4 +74,5 @@ The archivemail website is at: http://archivemail.sourceforge.net/ If you have any feedback or bug reports about archivemail, you are very welcome to email me. + -- Paul Rodger <paul@paulrodger.com> |