diff options
author | grbd <garlicbready@googlemail.com> | 2017-08-01 13:49:43 (GMT) |
---|---|---|
committer | grbd <garlicbready@googlemail.com> | 2017-08-01 13:49:43 (GMT) |
commit | d3e643a3b7597bb176358dafb8c1717c84c22739 (patch) | |
tree | 91411a0821022dad794bc98ae37e0d0b46cd772b /test/toolpath | |
parent | 8538f41852596fc1407f96d98b1be677aaf36be4 (diff) | |
download | SCons-d3e643a3b7597bb176358dafb8c1717c84c22739.zip SCons-d3e643a3b7597bb176358dafb8c1717c84c22739.tar.gz SCons-d3e643a3b7597bb176358dafb8c1717c84c22739.tar.bz2 |
Update to user manual on how to use sys.path for toolpath, and toolpath in general
also small update to tests
Diffstat (limited to 'test/toolpath')
-rw-r--r-- | test/toolpath/nested/image/SConstruct | 4 | ||||
-rw-r--r-- | test/toolpath/nested/image/testsrc1.txt | 0 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/toolpath/nested/image/SConstruct b/test/toolpath/nested/image/SConstruct index b20d8e6..211a0d7 100644 --- a/test/toolpath/nested/image/SConstruct +++ b/test/toolpath/nested/image/SConstruct @@ -56,7 +56,3 @@ print("env3['Toolpath_TestTool2_1'] =", env3.get('Toolpath_TestTool2_1')) print("env3['Toolpath_TestTool2_2'] =", env3.get('Toolpath_TestTool2_2'))
sys.path = oldsyspath
-
-# TODO
-# 1. add docs for below
-# 3. redo test output capture
diff --git a/test/toolpath/nested/image/testsrc1.txt b/test/toolpath/nested/image/testsrc1.txt deleted file mode 100644 index e69de29..0000000 --- a/test/toolpath/nested/image/testsrc1.txt +++ /dev/null |