Skip to content

Commit e7c4a11

Browse files
committed
add unittest main
1 parent 8e97329 commit e7c4a11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_Shape.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,6 @@ def test_collision(self):
115115
def test_wt(self):
116116
s0 = rp.Box([1, 1, 1], sm.SE3(0, 0, 0))
117117
s0.wT = np.eye(4)
118+
119+
if __name__ == '__main__': # pragma nocover
120+
unittest.main()

0 commit comments

Comments
 (0)