コード例 #1
0
ファイル: test_crystal.py プロジェクト: priyankism/crystals
 def test_from_pdb(self):
     """ Test Crystal.from_pdb constructor """
     c = Crystal.from_pdb("1fbb")
     self.assertIn("1fbb", c.source)
コード例 #2
0
ファイル: test_crystal.py プロジェクト: LaurentRDC/crystals
def test_from_pdb():
    """Test Crystal.from_pdb constructor"""
    c = Crystal.from_pdb("1fbb")
    assert "1fbb" in c.source