Drop .py extension from the unittest script

This commit is contained in:
Nikolaus Schulz 2010-07-29 20:49:39 +02:00
parent a04226580b
commit febd030e14
5 changed files with 4 additions and 4 deletions

View File

@ -9,4 +9,4 @@ archivemail.1
archivemail.sgml archivemail.sgml
examples/archivemail_all examples/archivemail_all
setup.py setup.py
test_archivemail.py test_archivemail

View File

@ -12,7 +12,7 @@ clean:
rm -rf $(HTDOCS) rm -rf $(HTDOCS)
test: test:
python test_archivemail.py python test_archivemail
clobber: clean clobber: clean
rm -rf build dist rm -rf build dist

2
README
View File

@ -36,7 +36,7 @@ INSTALLATION:
If you want to test archivemail: If you want to test archivemail:
cp archivemail archivemail.py cp archivemail archivemail.py
python test_archivemail.py python test_archivemail
(NOTE: This could take over 90 seconds on slower systems) (NOTE: This could take over 90 seconds on slower systems)
To install archivemail, run: To install archivemail, run:

2
TODO
View File

@ -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 Think about the best way to specify the names of archives created with
possibly an --archive-name option. 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 We need some better checking to see if we are really looking at a valid
mbox-format mailbox. mbox-format mailbox.