File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ that cover certain other edge cases and some integration tests specific to `svg2
2525
2626# Tests
2727
28- We use a Python script to generate the ` test .rs` file, which tests all of the svg files
28+ We use a Python script to generate the ` library .rs` file, which tests all of the svg files
2929that are part of the test suites. SVG files which don't have a corresponding reference image
3030will be skipped. To regenerate this file, you can simply run ` ./scripts/gen-tests.py ` and
3131it should work out of the box.
Original file line number Diff line number Diff line change 55from common import SVG_DIR , ROOT , TestFile
66from pathlib import Path
77
8- OUT_PATH = ROOT / "src" / "test .rs"
8+ OUT_PATH = ROOT / "src" / "library .rs"
99
1010NO_RELATIVE_PATHS = "no relative paths supported"
1111INVESTIGATE = "need to investigate"
Original file line number Diff line number Diff line change 11#[ rustfmt:: skip]
2- mod test;
2+ mod library;
3+ mod cli;
34
45use std:: cmp:: max;
56use std:: fs;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments