summaryrefslogtreecommitdiffstats
path: root/test/toolpath/nested
Commit message (Collapse)AuthorAgeFilesLines
* Convert line endings on sources [skip appveyor]Mats Wichmann2022-08-2013-117/+117
| | | | | | | | | | | | | | | | Some file still were checked in with DOS-style line endings. Convert for consistency, and let git handle line endings on checkout for the platform in question. Did *not* convert svg files. Added .git-blame-ignore-revs with this revision listed to be able to ignore this change when doing "git blame --ignore-revs-file=...". To not have to manually type the option, can do: git config --global blame.ignoreRevsFile .git-blame-ignore-revs Signed-off-by: Mats Wichmann <mats@linux.com>
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
| | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com>
* 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-032-0/+10
|
* 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-2729-21/+109
| | | | and to add as an example for using sys.path in the toolpath
* Moved the test for nested tools to using fixturesgrbd2017-06-2018-0/+94