2 testutil.TempDir( 'blast-test' ) <-- spacing inside parens?
4 imports within functions (blast_test)
8 can all tests be combined into a single test suite?
9 maybe you don't want this so that tests can be skipped or whatever
10 what's the return code if a test fails?
14 is code coverage better or worse?
15 - no substantial difference; see
16 http://lyorn.idyll.org/~t/transfer/coverage/ for new
17 http://lyorn.idyll.org/~t/transfer/coverage2/ for old
22 INFO runtest.run: running tests for module doctests_test
23 DEBUG downloader.uncompress_file: unzipping /home/u/t/dev/pygr-psu/tests/temp/pygrdata/chromFa.zip...
24 Archive: /home/u/t/dev/pygr-psu/tests/temp/pygrdata/chromFa.zip
25 replace chr1.fa? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
28 should the temp directory be axed each run??
32 would be nice to have the test utilities separated from the test files.
33 maybe tests/testlib/, tests/something
37 do the tests work with nose?