diff options
Diffstat (limited to 'share/extensions/tests/data/README.md')
-rw-r--r-- | share/extensions/tests/data/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/extensions/tests/data/README.md b/share/extensions/tests/data/README.md new file mode 100644 index 0000000..21dd50d --- /dev/null +++ b/share/extensions/tests/data/README.md @@ -0,0 +1,10 @@ +Files here should only be used in tests and won't be installed with Inkscape extensions. + +Folders: + + io - Non SVG files which extensions can read or save to for comparisons. + svg - SVG files which tests read in and test extensions and modules with. + cmd - Caches of calls to external programs, used when those programs are not available. + refs - Comparison files, all the expected outputs of calls. + batches - Data files where each row contains test data for the module. + |