Remove lots of redundant test runs from the test suite

The test suite used to run a lot of triple tests, by first calling
archivemail.archive() directly, and then running the entire archivemail
script twice, once with long and once with short options.  But we already
test option processing seperately, and beyond that, archivemail.main()
essentially just calls archive() for each mailbox in turn.  So we just drop
all runs of the entire archivemail script from the test suite, giving it a
huge speed boost (on my old iBook, running the test suite drops from 73 to
5 seconds).
This commit is contained in:
Nikolaus Schulz 2008-09-29 23:48:11 +02:00
parent 8f58deef5c
commit 8476dcd18f
1 changed files with 346 additions and 614 deletions

File diff suppressed because it is too large Load Diff