Skip to content

Commit

Permalink
Merge pull request FreeCAD#18863 from Roy-043/Draft-comment-out-3-tes…
Browse files Browse the repository at this point in the history
…t-files-with-only-dummy-tests

Draft: comment out 3 test files with only dummy tests
  • Loading branch information
Roy-043 authored Jan 5, 2025
2 parents a974e41 + 19b4470 commit 26536c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Mod/Draft/TestDraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
from drafttests.test_draftgeomutils import TestDraftGeomUtils as DraftTest04

# Handling of file formats tests
from drafttests.test_svg import DraftSVG as DraftTest05
from drafttests.test_dxf import DraftDXF as DraftTest06
from drafttests.test_dwg import DraftDWG as DraftTest07
# from drafttests.test_svg import DraftSVG as DraftTest05
# from drafttests.test_dxf import DraftDXF as DraftTest06
# from drafttests.test_dwg import DraftDWG as DraftTest07
# from drafttests.test_oca import DraftOCA as DraftTest08
# from drafttests.test_airfoildat import DraftAirfoilDAT as DraftTest09
from drafttests.test_array import DraftArray as DraftTest10
Expand All @@ -117,9 +117,9 @@
True if DraftTest02 else False
True if DraftTest03 else False
True if DraftTest04 else False
True if DraftTest05 else False
True if DraftTest06 else False
True if DraftTest07 else False
# True if DraftTest05 else False
# True if DraftTest06 else False
# True if DraftTest07 else False
# True if DraftTest08 else False
# True if DraftTest09 else False
True if DraftTest10 else False

0 comments on commit 26536c9

Please sign in to comment.