~ubuntu-branches/ubuntu/trusty/python-biopython/trusty-proposed

« back to all changes in this revision

Viewing changes to Tests/run_tests.py

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2009-08-24 09:29:27 UTC
  • mfrom: (1.3.3 upstream) (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090824092927-2wwh36vwnfgn98kl
Tags: 1.51final-2
Merged patch from ubuntu to make the package ready for
python2.6 (Closes: #543236).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
DOCTEST_MODULES = ["Bio.Seq",
27
27
                   "Bio.SeqRecord",
28
28
                   "Bio.SeqIO",
 
29
                   "Bio.SeqIO.PhdIO",
29
30
                   "Bio.SeqIO.QualityIO",
30
31
                   "Bio.SeqIO.AceIO",
31
32
                   "Bio.SeqUtils",