diff options
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rwxr-xr-x | test_archivemail (renamed from test_archivemail.py) | 0 |
5 files changed, 4 insertions, 4 deletions
@@ -9,4 +9,4 @@ archivemail.1 archivemail.sgml examples/archivemail_all setup.py -test_archivemail.py +test_archivemail @@ -12,7 +12,7 @@ clean: rm -rf $(HTDOCS) test: - python test_archivemail.py + python test_archivemail clobber: clean rm -rf build dist @@ -36,7 +36,7 @@ INSTALLATION: If you want to test archivemail: cp archivemail archivemail.py - python test_archivemail.py + python test_archivemail (NOTE: This could take over 90 seconds on slower systems) To install archivemail, run: @@ -110,7 +110,7 @@ run. Better to fail gracefully and keep going. Think about the best way to specify the names of archives created with possibly an --archive-name option. -Add more tests (see top of test_archivemail.py) +Add more tests (see top of test_archivemail) We need some better checking to see if we are really looking at a valid mbox-format mailbox. diff --git a/test_archivemail.py b/test_archivemail index 4a11734..4a11734 100755 --- a/test_archivemail.py +++ b/test_archivemail |