aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2010-07-29 20:49:39 +0200
committerNikolaus Schulz <microschulz@web.de>2010-07-29 21:02:12 +0200
commitfebd030e1461d4f412dfb98e58d6219eeb01ebd2 (patch)
treebcb4ddefc0cabee2d72d5b0593efde8e0bafda5d
parenta04226580ba7f7ad9f4d470543f81d0d500826f1 (diff)
downloadarchivemail-febd030e1461d4f412dfb98e58d6219eeb01ebd2.tar.gz
archivemail-febd030e1461d4f412dfb98e58d6219eeb01ebd2.tar.bz2
archivemail-febd030e1461d4f412dfb98e58d6219eeb01ebd2.zip
Drop .py extension from the unittest script
-rw-r--r--MANIFEST2
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--TODO2
-rwxr-xr-xtest_archivemail (renamed from test_archivemail.py)0
5 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 4cdcd6f..ba349c4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -9,4 +9,4 @@ archivemail.1
archivemail.sgml
examples/archivemail_all
setup.py
-test_archivemail.py
+test_archivemail
diff --git a/Makefile b/Makefile
index 512f9e3..a43097c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
rm -rf $(HTDOCS)
test:
- python test_archivemail.py
+ python test_archivemail
clobber: clean
rm -rf build dist
diff --git a/README b/README
index 6389006..b55006b 100644
--- a/README
+++ b/README
@@ -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:
diff --git a/TODO b/TODO
index 97ca572..aafd4a5 100644
--- a/TODO
+++ b/TODO
@@ -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