Trees | Indices | Help |
|
---|
|
Testing base class for 'prompt.spin' and corresponding 'pipe_control.mol_res_spin' fns.
This base class also contains many shared unit tests.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Set up for all the spin unit tests. The data contained within the 'orig' data pipe is: ID Molecule Res number Res name Spin number Spin name 0,0,0 Old mol 1 Ala 111 C8 0,0,1 Old mol 1 Ala 6 C19 0,0,2 Old mol 1 Ala 7 C21 0,0,3 Old mol 1 Ala 8 C24 0,0,4 Old mol 1 Ala 9 C26 0,1,0 Old mol 2 Arg 78 NH 1,0,0 New mol 5 Lys 239 NH 1,1,0 New mol 6 Thr None None 1,1,1 New mol 6 Thr 3239 NH The IDs correspond to the molecule, residue and spin indices.
|
Test the copying of the spin data within the same residue. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the copying of the spin data between different molecules. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the copying of the spin data between different data pipes. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the copying of the spin data between different data pipes. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the copying of the spin data between different residues. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the failure of the copying of the spin data of a non-existent residue. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the failure of the copying of the spin data of a non-existent spin. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the failure of the copying of the spin data to a non-existent residue. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the failure of the copying of the spin data to a number which already exists. The function tested is both pipe_control.mol_res_spin.copy_spin() and prompt.spin.copy(). |
Test the creation of a pseudo-atom. The function tested is both pipe_control.mol_res_spin.create_pseudo_spin() and prompt.spin.create_pseudo(). |
Test the creation of a pseudo-atom (test 2). The function tested is both pipe_control.mol_res_spin.create_pseudo_spin() and prompt.spin.create_pseudo(). |
Test the creation of a spin. The function tested is both pipe_control.mol_res_spin.create_spin() and prompt.spin.create(). |
Test the failure of spin creation (by supplying two spins with the same name and number). The function tested is both pipe_control.mol_res_spin.create_spin() and prompt.spin.create(). |
Test the deletion of all spins in one residue. The function tested is both pipe_control.mol_res_spin.delete_spin() and prompt.spin.delete(). |
Test spin deletion using spin name identifiers. The function tested is both pipe_control.mol_res_spin.delete_spin() and prompt.spin.delete(). |
Test spin deletion using spin number identifiers. The function tested is both pipe_control.mol_res_spin.delete_spin() and prompt.spin.delete(). |
Test the deletion of multiple spins. The function tested is both pipe_control.mol_res_spin.delete_spin() and prompt.spin.delete(). |
Test the display of spin information. The function tested is both pipe_control.mol_res_spin.display_spin() and prompt.spin.display(). |
Test the renaming of a spin. The function tested is both pipe_control.mol_res_spin.name_spin() and prompt.spin.name(). |
Test the renaming of multiple spins. The function tested is both pipe_control.mol_res_spin.name_spin() and prompt.spin.name(). |
Test the numbering of a spin. The function tested is both pipe_control.mol_res_spin.number_spin() and prompt.spin.number(). |
Test the renaming of multiple spins. The function tested is both pipe_control.mol_res_spin.number_spin() and prompt.spin.number(). |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 8 10:44:42 2024 | http://epydoc.sourceforge.net |