Merge commit 'remotes/ctb/xmlrpc_patches' into tryme
[pygr.git] / tests / COMMENTS
blobe845a687393864bcc4e9805af5f820ed60dde6b6
1 PEP 8 -- line lengths
2          testutil.TempDir( 'blast-test' ) <-- spacing inside parens?
4 imports within functions (blast_test)
6 ==================
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?
12 ==================
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
19 ==================
21 ---
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
26 ---
28 should the temp directory be axed each run??
30 ===================
32 would be nice to have the test utilities separated from the test files.
33 maybe tests/testlib/, tests/something
35 ===================
37 do the tests work with nose?