Draft: Minor cosmetic changes to test files

This commit is contained in:
Roy-043
2025-01-03 22:11:05 +01:00
parent b639b20148
commit 2b35ad2281
16 changed files with 125 additions and 97 deletions

View File

@@ -22,22 +22,23 @@
# * USA *
# * *
# ***************************************************************************
"""Unit tests for the Draft Workbench, object creation tests."""
## @package test_creation
# \ingroup drafttests
# \brief Unit tests for the Draft Workbench, object creation tests.
## \addtogroup drafttests
# @{
import math
import FreeCAD as App
import Draft
import drafttests.auxiliary as aux
from FreeCAD import Vector
from draftutils.messages import _msg
from drafttests import test_base
from draftutils.messages import _msg
class DraftCreation(test_base.DraftTestCaseDoc):