File: test_GAOrganism

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 (13 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
test_GAOrganism
Create a population using a function to generate genomes. ... ok
Create a population randomly from a alphabet. ... ok
Creating a random population with different types of alphabets. ... ok
Exercise basic organism functionality. ... ok
Test copying of organisms. ... ok
Test the ability to deal with the fitness of the genome. ... ok
Test that providing a pre-calculated fitness works. ... ok

----------------------------------------------------------------------
Ran 7 tests in 0.011s

OK