TechDraw: add Balloons
This commit is contained in:
@@ -31,6 +31,7 @@ from TDTest.DVAnnoSymImageTest import DVAnnoSymImageTest
|
||||
from TDTest.DVDimensionTest import DVDimensionTest
|
||||
from TDTest.DVPartTest import DVPartTest
|
||||
from TDTest.DVSectionTest import DVSectionTest
|
||||
from TDTest.DVBalloonTest import DVBalloonTest
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# define the test cases to test the FreeCAD TechDraw module
|
||||
@@ -86,3 +87,10 @@ class TechDrawTestCases(unittest.TestCase):
|
||||
else:
|
||||
print("TD DrawViewSection test failed")
|
||||
|
||||
def testBalloonCase(self):
|
||||
print("starting TD DrawViewBalloon test")
|
||||
rc = DVBalloonTest()
|
||||
if rc:
|
||||
print("TD DrawViewBalloon test passed")
|
||||
else:
|
||||
print("TD DrawViewBalloon test failed")
|
||||
|
||||
Reference in New Issue
Block a user