flatcam/tests/tclCommands/__init__.py

18 lines
615 B
Python
Raw Normal View History

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 *
2016-04-24 20:05:07 +00:00
from test_TclCommandIsolate import *
from test_TclCommandNew import *
from test_TclCommandNewGeometry import *
from test_TclCommandOpenGerber import *
from test_TclCommandPaintPolygon import *