File: __init__.py

package info (click to toggle)
genometools 1.5.9%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 52,392 kB
  • ctags: 29,663
  • sloc: ansic: 346,757; ruby: 28,351; python: 4,880; sh: 3,135; makefile: 1,186; perl: 219; haskell: 37; sed: 5
file content (17 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/python
# -*- coding: utf-8 -*-

from test_alphabet import *
from test_commentnode import *
from test_customvisitor import *
from test_encseq import *
from test_featurenode import *
from test_metanode import *
from test_sequencenode import *
from test_iterators import *
from test_stream import *
from test_range import *
from test_version import *

import unittest
unittest.main()