summaryrefslogtreecommitdiffstats
path: root/test/toolpath/nested/image
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests which break when using print() and no from __future__ import ↵William Deegan2017-09-251-21/+21
| | | | print_function under python 2.7 because the print('a','b') effectively becomes printing a tuple which doesn't match the expected strings
* Added fixes for docs / nested test for use of sys.path in toolpathgrbd2017-08-041-1/+5
|
* Added support for a PyPackageDir functiongrbd2017-08-031-0/+7
|
* Update to user manual on how to use sys.path for toolpath, and toolpath in ↵grbd2017-08-012-4/+0
| | | | | | general also small update to tests
* update to tests for nested toolsgrbd2017-07-2728-16/+87
| | | | and to add as an example for using sys.path in the toolpath
* Moved the test for nested tools to using fixturesgrbd2017-06-2017-0/+39