choppa.tests package

Submodules

choppa.tests.test_choppa module

Unit and regression test for the choppa package.

choppa.tests.test_choppa.test_choppa_correct_custom_columns()[source]

Tests that choppa is able to read in correct columns in input fitness data.

choppa.tests.test_choppa.test_choppa_imported()[source]

Sample test, will always pass so long as import statement worked.

choppa.tests.test_choppa.test_choppa_incorrect_custom_columns()[source]

Tests that choppa throws an error for incorrectly specified columns in input fitness data.

choppa.tests.test_choppa.test_choppa_render_toy_mac1_full(tmp_path)[source]

Tests that choppa is able to render views on a fitness dataset that has complete overlap with a toy PDB file.

choppa.tests.test_choppa.test_choppa_render_toy_mac1_sectioned(tmp_path)[source]

Tests that choppa is able to render views on a fitness dataset that has poor (fractioned) overlap with a toy PDB file.

choppa.tests.test_choppa.test_choppa_render_toy_mac1_sectioned_noconf(tmp_path)[source]

Tests that choppa is able to render views on a fitness dataset that has poor (fractioned) overlap with a toy PDB file, while not adding confidence.

choppa.tests.test_choppa.test_choppa_render_toy_mac1_truncated(tmp_path)[source]

Tests that choppa is able to render views on a fitness dataset that has decenr (trunacted at either end) overlap with a toy PDB file.

Module contents

Empty init file in case you choose a package besides PyTest such as Nose which may look for such a file.