From 5782f47e4043a7a3833944d69001b80a7f8ba7b2 Mon Sep 17 00:00:00 2001 From: Laura Luebbert <56094636+lauraluebbert@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:52:04 -0800 Subject: [PATCH] Reduce number of PDB tests --- tests/test_pdb.py | 50 +++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/tests/test_pdb.py b/tests/test_pdb.py index 3a0aa703..9e3cccb9 100644 --- a/tests/test_pdb.py +++ b/tests/test_pdb.py @@ -18,19 +18,19 @@ def test_pdb_assembly(self): self.assertEqual(result_to_test, expected_result) - def test_pdb_branched_entity(self): - test = "test2" - expected_result = pdb_dict[test]["expected_result"] - result_to_test = pdb(**pdb_dict[test]["args"]) + # def test_pdb_branched_entity(self): + # test = "test2" + # expected_result = pdb_dict[test]["expected_result"] + # result_to_test = pdb(**pdb_dict[test]["args"]) - self.assertEqual(result_to_test, expected_result) + # self.assertEqual(result_to_test, expected_result) - def test_pdb_nonpolymer_entity(self): - test = "test3" - expected_result = pdb_dict[test]["expected_result"] - result_to_test = pdb(**pdb_dict[test]["args"]) + # def test_pdb_nonpolymer_entity(self): + # test = "test3" + # expected_result = pdb_dict[test]["expected_result"] + # result_to_test = pdb(**pdb_dict[test]["args"]) - self.assertEqual(result_to_test, expected_result) + # self.assertEqual(result_to_test, expected_result) def test_pdb_uniprot(self): test = "test4" @@ -39,26 +39,26 @@ def test_pdb_uniprot(self): self.assertListEqual(result_to_test, expected_result) - def test_pdb_branched_entity_instance(self): - test = "test5" - expected_result = pdb_dict[test]["expected_result"] - result_to_test = pdb(**pdb_dict[test]["args"]) + # def test_pdb_branched_entity_instance(self): + # test = "test5" + # expected_result = pdb_dict[test]["expected_result"] + # result_to_test = pdb(**pdb_dict[test]["args"]) - self.assertEqual(result_to_test, expected_result) + # self.assertEqual(result_to_test, expected_result) - def test_pdb_nonpolymer_entity_instance(self): - test = "test6" - expected_result = pdb_dict[test]["expected_result"] - result_to_test = pdb(**pdb_dict[test]["args"]) + # def test_pdb_nonpolymer_entity_instance(self): + # test = "test6" + # expected_result = pdb_dict[test]["expected_result"] + # result_to_test = pdb(**pdb_dict[test]["args"]) - self.assertEqual(result_to_test, expected_result) + # self.assertEqual(result_to_test, expected_result) - def test_pdb_npolymer_entity_instance(self): - test = "test7" - expected_result = pdb_dict[test]["expected_result"] - result_to_test = pdb(**pdb_dict[test]["args"]) + # def test_pdb_npolymer_entity_instance(self): + # test = "test7" + # expected_result = pdb_dict[test]["expected_result"] + # result_to_test = pdb(**pdb_dict[test]["args"]) - self.assertEqual(result_to_test, expected_result) + # self.assertEqual(result_to_test, expected_result) def test_pdb_entry(self): test = "test8"