mirror of
https://github.com/gumyr/build123d.git
synced 2026-02-09 09:16:06 -08:00
remove one failing test that does not apply to the new Rotation class
This commit is contained in:
parent
7df69d40fb
commit
0b3c04e042
1 changed files with 0 additions and 2 deletions
|
|
@ -2536,8 +2536,6 @@ class TestRotation(DirectApiTestCase):
|
|||
self.assertVectorAlmostEquals(r.orientation, (10, 20, 30), 5)
|
||||
with self.assertRaises(TypeError):
|
||||
Rotation(x=10)
|
||||
with self.assertRaises(ValueError):
|
||||
Rotation(1,2,3,4,5)
|
||||
|
||||
class TestShape(DirectApiTestCase):
|
||||
"""Misc Shape tests"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue