separate tcl tests into smaller chunks

implement collection of tcl command tests
This commit is contained in:
Kamil Sopko
2016-04-24 01:24:54 +02:00
parent be76b464ad
commit 05f88af917
8 changed files with 211 additions and 73 deletions

View File

@@ -0,0 +1,17 @@
import pkgutil
import sys
# allowed command tests (please append them alphabetically ordered)
from test_TclCommandAddPolygon import *
from test_TclCommandAddPolyline import *
# from test_TclCommandCncjob import *
# from test_TclCommandDrillcncjob import *
# from test_TclCommandExportGcode import *
# from test_TclCommandExteriors import *
from test_TclCommandImportSvg import *
# from test_TclCommandInteriors import *
# from test_TclCommandIsolate import *
from test_TclCommandNew import *
from test_TclCommandNewGeometry import *
# from test_TclCommandOpenGerber import *
from test_TclCommandPaintPolygon import *