File: test_Fasta

package info (click to toggle)
python-biopython 1.45-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 18,192 kB
  • ctags: 12,310
  • sloc: python: 83,505; xml: 13,834; ansic: 7,015; cpp: 1,855; sql: 1,144; makefile: 179
file content (16 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
test_Fasta
Basic test on Record ... ok
Basic operation of the Record Parser. ... ok
Setting the alphabet for the Sequence Parser. ... ok
Basic operation of the Sequence Parser. ... ok
Test title conversion for the Sequence Parser. ... ok
Ensure the Fasta iterator works returning text. ... ok
Ensure the Fasta iterator works like a Python 2.2 iterator. ... ok
Parse FASTA files with # style comment lines in them. ... ok
Test the iterator with a Record Parser. ... ok
Test the iterator with a Sequence Parser. ... ok

----------------------------------------------------------------------
Ran 10 tests in 0.003s

OK