Skip to content

Commit

Permalink
Draft: move the TestDraft unit tests to separate modules
Browse files Browse the repository at this point in the history
This results in better organization of the tests,
avoiding extremely big files.
  • Loading branch information
vocx-fc authored and yorikvanhavre committed Dec 17, 2019
1 parent fff55c7 commit fa73d29
Show file tree
Hide file tree
Showing 15 changed files with 1,816 additions and 1,369 deletions.
17 changes: 17 additions & 0 deletions src/Mod/Draft/CMakeLists.txt
Expand Up @@ -4,7 +4,24 @@ IF (BUILD_GUI)
PYSIDE_WRAP_RC(Draft_QRC_SRCS Resources/Draft.qrc)
ENDIF (BUILD_GUI)

SET(Draft_tests
drafttests/__init__.py
drafttests/auxiliary.py
drafttests/test_import.py
drafttests/test_import_gui.py
drafttests/test_import_tools.py
drafttests/test_pivy.py
drafttests/test_creation.py
drafttests/test_modification.py
drafttests/test_svg.py
drafttests/test_dxf.py
drafttests/test_dwg.py
drafttests/test_oca.py
drafttests/test_airfoildat.py
)

SET(Draft_SRCS
${Draft_tests}
Init.py
InitGui.py
Draft.py
Expand Down

0 comments on commit fa73d29

Please sign in to comment.