cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 0c42f71c9f - Show all commits

View File

@ -7,8 +7,9 @@ class TestJoints(unittest.TestCase):
def test_joint_hirth(self):
j = nhf.joints.hirth_joint()
assert isinstance(j.val().solids(), Cq.Solid),\
"Hirth joint must be in one piece"
self.assertIsInstance(
j.val().solids(), Cq.Solid,
msg="Hirth joint must be in one piece")
def test_joints_hirth_assembly(self):
nhf.joints.hirth_assembly()
def test_joints_comma_assembly(self):