File: test_DocSQL.py

package info (click to toggle)
python-biopython 1.59-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 32,800 kB
  • sloc: python: 116,625; xml: 39,183; ansic: 8,824; sql: 1,488; makefile: 151
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
"""Test the Bio.DocSQL module
"""

import Bio.DocSQL

print "Skipping Bio.DocSQL doctests."
#print "Running Bio.DocSQL doctests..."
#Bio.DocSQL._test()
#print "Bio.DocSQL doctests complete."