summaryrefslogtreecommitdiffstats
path: root/share/extensions/.pytest_cache
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:29:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:29:01 +0000
commit35a96bde514a8897f6f0fcc41c5833bf63df2e2a (patch)
tree657d15a03cc46bd099fc2c6546a7a4ad43815d9f /share/extensions/.pytest_cache
parentInitial commit. (diff)
downloadinkscape-35a96bde514a8897f6f0fcc41c5833bf63df2e2a.tar.xz
inkscape-35a96bde514a8897f6f0fcc41c5833bf63df2e2a.zip
Adding upstream version 1.0.2.upstream/1.0.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/extensions/.pytest_cache')
-rw-r--r--share/extensions/.pytest_cache/CACHEDIR.TAG4
-rw-r--r--share/extensions/.pytest_cache/README.md8
-rw-r--r--share/extensions/.pytest_cache/v/cache/nodeids667
-rw-r--r--share/extensions/.pytest_cache/v/cache/stepwise1
4 files changed, 680 insertions, 0 deletions
diff --git a/share/extensions/.pytest_cache/CACHEDIR.TAG b/share/extensions/.pytest_cache/CACHEDIR.TAG
new file mode 100644
index 0000000..381f03a
--- /dev/null
+++ b/share/extensions/.pytest_cache/CACHEDIR.TAG
@@ -0,0 +1,4 @@
+Signature: 8a477f597d28d172789f06886806bc55
+# This file is a cache directory tag created by pytest.
+# For information about cache directory tags, see:
+# http://www.bford.info/cachedir/spec.html
diff --git a/share/extensions/.pytest_cache/README.md b/share/extensions/.pytest_cache/README.md
new file mode 100644
index 0000000..bb78ba0
--- /dev/null
+++ b/share/extensions/.pytest_cache/README.md
@@ -0,0 +1,8 @@
+# pytest cache directory #
+
+This directory contains data from the pytest's cache plugin,
+which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
+
+**Do not** commit this to version control.
+
+See [the docs](https://docs.pytest.org/en/latest/cache.html) for more information.
diff --git a/share/extensions/.pytest_cache/v/cache/nodeids b/share/extensions/.pytest_cache/v/cache/nodeids
new file mode 100644
index 0000000..3aaefde
--- /dev/null
+++ b/share/extensions/.pytest_cache/v/cache/nodeids
@@ -0,0 +1,667 @@
+[
+ "tests/test_addnodes.py::SplitItBasicTest::test_all_comparisons",
+ "tests/test_addnodes.py::SplitItBasicTest::test_basic",
+ "tests/test_color_HSL_adjust.py::ColorHSLAdjustTest::test_colors",
+ "tests/test_color_HSL_adjust.py::ColorBaseCase::test_colors",
+ "tests/test_color_blackandwhite.py::ColorBlackAndWhiteTest::test_colors",
+ "tests/test_color_blackandwhite.py::ColorBaseCase::test_colors",
+ "tests/test_color_brighter.py::ColorBrighterTest::test_colors",
+ "tests/test_color_brighter.py::ColorBaseCase::test_colors",
+ "tests/test_color_custom.py::ColorCustomTest::test_bad_syntax",
+ "tests/test_color_custom.py::ColorCustomTest::test_colors",
+ "tests/test_color_custom.py::ColorCustomTest::test_evil_fails",
+ "tests/test_color_custom.py::ColorCustomTest::test_invalid_operator",
+ "tests/test_color_custom.py::ColorBaseCase::test_colors",
+ "tests/test_color_darker.py::ColorDarkerTest::test_colors",
+ "tests/test_color_darker.py::ColorBaseCase::test_colors",
+ "tests/test_color_desaturate.py::ColorDesaturateTest::test_colors",
+ "tests/test_color_desaturate.py::ColorBaseCase::test_colors",
+ "tests/test_color_grayscale.py::ColorGrayscaleTest::test_colors",
+ "tests/test_color_grayscale.py::ColorBaseCase::test_colors",
+ "tests/test_color_lesshue.py::ColorLessHueTest::test_colors",
+ "tests/test_color_lesshue.py::ColorBaseCase::test_colors",
+ "tests/test_color_lesslight.py::ColorLessLightTest::test_colors",
+ "tests/test_color_lesslight.py::ColorBaseCase::test_colors",
+ "tests/test_color_lesssaturation.py::ColorLessSaturationTest::test_colors",
+ "tests/test_color_lesssaturation.py::ColorBaseCase::test_colors",
+ "tests/test_color_list.py::ColorListTest::test_all_comparisons",
+ "tests/test_color_list.py::ColorEffectTest::test_all_comparisons",
+ "tests/test_color_morehue.py::ColorMoreHueTest::test_colors",
+ "tests/test_color_morehue.py::ColorBaseCase::test_colors",
+ "tests/test_color_morelight.py::ColorMoreLightTest::test_colors",
+ "tests/test_color_morelight.py::ColorBaseCase::test_colors",
+ "tests/test_color_moresaturation.py::ColorMoreSaturationTest::test_colors",
+ "tests/test_color_moresaturation.py::ColorBaseCase::test_colors",
+ "tests/test_color_negative.py::ColorNegativeTest::test_colors",
+ "tests/test_color_negative.py::ColorBaseCase::test_colors",
+ "tests/test_color_randomize.py::ColorRandomizeTest::test_bad_opacity",
+ "tests/test_color_randomize.py::ColorRandomizeTest::test_colors",
+ "tests/test_color_randomize.py::ColorBaseCase::test_colors",
+ "tests/test_color_removeblue.py::ColorRemoveBlueTest::test_colors",
+ "tests/test_color_removeblue.py::ColorBaseCase::test_colors",
+ "tests/test_color_removegreen.py::ColorRemoveGreenTest::test_colors",
+ "tests/test_color_removegreen.py::ColorBaseCase::test_colors",
+ "tests/test_color_removered.py::ColorRemoveRedTest::test_colors",
+ "tests/test_color_removered.py::ColorBaseCase::test_colors",
+ "tests/test_color_replace.py::ColorReplaceTest::test_colors",
+ "tests/test_color_replace.py::ColorBaseCase::test_colors",
+ "tests/test_color_rgbbarrel.py::ColorBarrelTest::test_colors",
+ "tests/test_color_rgbbarrel.py::ColorBaseCase::test_colors",
+ "tests/test_convert2dashes.py::DashitBasicTest::test_all_comparisons",
+ "tests/test_convert2dashes.py::DashitBasicTest::test_basic",
+ "tests/test_convert2dashes.py::DashitBasicTest::test_default_settings",
+ "tests/test_deprecated_simple.py::DeprecatedTest::test_inkex_effect",
+ "tests/test_deprecated_simple.py::DeprecatedTest::test_inkex_namespace",
+ "tests/test_deprecated_simple.py::DeprecatedTest::test_namespace_pollution",
+ "tests/test_deprecated_simple.py::DeprecatedTest::test_simple_imports",
+ "tests/test_deprecated_simple.py::DeprecatedTest::test_simplepath",
+ "tests/test_deprecated_simple.py::DeprecatedTest::test_simplestyle",
+ "tests/test_deprecated_simple.py::DeprecatedTest::test_simpletransform",
+ "tests/test_dhw_input.py::TestDxfInput::test_all_comparisons",
+ "tests/test_dimension.py::TestDimensionBasic::test_all_comparisons",
+ "tests/test_docinfo.py::TestDocInfo::test_all_comparisons",
+ "tests/test_dpiswitcher.py::TestDPISwitcherBasic::test_all_comparisons",
+ "tests/test_draw_from_triangle.py::DrawFromTriangleBasicTest::test_all_comparisons",
+ "tests/test_draw_from_triangle.py::DrawFromTriangleBasicTest::test_default_settings",
+ "tests/test_dxf12_outlines.py::TestDXF12OutlinesBasic::test_default_settings",
+ "tests/test_dxf_input.py::TestDxfInputBasic::test_all_comparisons",
+ "tests/test_dxf_outlines.py::DFXOutlineBasicTest::test_all_comparisons",
+ "tests/test_dxf_outlines.py::DFXOutlineBasicTest::test_default_settings",
+ "tests/test_edge3d.py::Edge3dBasicTest::test_all_comparisons",
+ "tests/test_edge3d.py::Edge3dBasicTest::test_basic",
+ "tests/test_embedimage.py::EmbedderBasicTest::test_all_comparisons",
+ "tests/test_export_gimp_palette.py::TestExportGplBasic::test_all_comparisons",
+ "tests/test_extractimage.py::ExtractImageBasicTest::test_all_comparisons",
+ "tests/test_extractimage.py::ExtractImageBasicTest::test_default_settings",
+ "tests/test_extrude.py::ExtrudeBasicTest::test_all_comparisons",
+ "tests/test_fig_input.py::TestFigInput::test_all_comparisons",
+ "tests/test_flatten.py::FlattenBasicTest::test_all_comparisons",
+ "tests/test_flatten.py::FlattenBasicTest::test_default_settings",
+ "tests/test_foldablebox.py::FoldableBoxArguments::test_all_comparisons",
+ "tests/test_fractalize.py::PathFractalizeBasicTest::test_all_comparisons",
+ "tests/test_frame.py::FrameTest::test_default_settings",
+ "tests/test_frame.py::FrameTest::test_single_frame",
+ "tests/test_frame.py::FrameTest::test_single_frame_clipped",
+ "tests/test_frame.py::FrameTest::test_single_frame_grouped",
+ "tests/test_funcplot.py::FuncPlotBasicTest::test_all_comparisons",
+ "tests/test_gcodetools.py::TestGcodetoolsBasic::test_all_comparisons",
+ "tests/test_gcodetools.py::TestGcodetoolsBasic::test_default_settings",
+ "tests/test_generate_voronoi.py::TestPatternBasic::test_all_comparisons",
+ "tests/test_gimp_xcf.py::GimpXcfBasicTest::test_all_comparisons",
+ "tests/test_gimp_xcf.py::GimpXcfGuidesTest::test_all_comparisons",
+ "tests/test_grid_cartesian.py::GridCartesianBasicTest::test_all_comparisons",
+ "tests/test_grid_cartesian.py::GridCartesianBasicTest::test_default_settings",
+ "tests/test_grid_isometric.py::TestGridIsometricBasic::test_all_comparisons",
+ "tests/test_grid_isometric.py::TestGridIsometricBasic::test_default_settings",
+ "tests/test_grid_polar.py::GridPolarBasicTest::test_all_comparisons",
+ "tests/test_grid_polar.py::GridPolarBasicTest::test_default_settings",
+ "tests/test_guides_creator.py::GuidesCreatorBasicTest::test_all_comparisons",
+ "tests/test_guides_creator.py::GuidesCreatorBasicTest::test_default_settings",
+ "tests/test_guillotine.py::TestGuillotineBasic::test_all_comparisons",
+ "tests/test_handles.py::HandlesBasicTest::test_all_comparisons",
+ "tests/test_hershey.py::TestHersheyBasic::test_all_comparisons",
+ "tests/test_hershey.py::TestHersheyBasic::test_default_settings",
+ "tests/test_hershey.py::TestHersheyTrivialInput::test_all_comparisons",
+ "tests/test_hershey.py::TestHersheyTrivialInput::test_default_settings",
+ "tests/test_hershey.py::TestHersheyTables::test_all_comparisons",
+ "tests/test_hershey.py::TestHersheyTables::test_default_settings",
+ "tests/test_hpgl_decoder.py::TesthpglDecoderBasic::test_init_values_scale",
+ "tests/test_hpgl_input.py::TestHpglFileBasic::test_all_comparisons",
+ "tests/test_hpgl_output.py::HPGLOutputBasicTest::test_all_comparisons",
+ "tests/test_image_attributes.py::TestSetAttrImageBasic::test_all_comparisons",
+ "tests/test_ink2canvas_svg.py::Ink2CanvasBasicTest::test_all_comparisons",
+ "tests/test_inkex.py::TestModuleCollisions::test_inkex",
+ "tests/test_inkex.py::TestModuleCollisions::test_inkex_elements",
+ "tests/test_inkex_base.py::InkscapeExtensionTest::test_arg_parser_defaults",
+ "tests/test_inkex_base.py::InkscapeExtensionTest::test_arg_parser_passed",
+ "tests/test_inkex_base.py::InkscapeExtensionTest::test_bare_bones",
+ "tests/test_inkex_base.py::InkscapeExtensionTest::test_compat",
+ "tests/test_inkex_base.py::InkscapeExtensionTest::test_svg_path",
+ "tests/test_inkex_base.py::SvgInputOutputTest::test_input_mixin",
+ "tests/test_inkex_base.py::SvgInputOutputTest::test_no_output",
+ "tests/test_inkex_base.py::SvgInputOutputTest::test_str_document",
+ "tests/test_inkex_base.py::SvgInputOutputTest::test_svg_output",
+ "tests/test_inkex_bezier.py::TestPointDistance::test_points_on_horizontal_line",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_bbox_empty_equivalent_to_none",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_bbox_empty_is_false",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_bbox_empty_is_identity_for_addition",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_bbox_empty_is_zero_for_intersection",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_bbox_nonempty_is_true",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_bbox_nonintersection_is_empty",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_circle_with_cx",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_circle_with_cy",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_circle_with_radius",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_circle_with_stroke",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_circle_with_stroke_scaled",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_circle_without_attributes",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_circle_without_center",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_empty_group",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_empty_group_with_translation",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_empty_path",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_group_nested_transform",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_group_with_number_of_rects",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_group_with_number_of_rects_scaled",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_group_with_number_of_rects_translated",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_group_with_regular_rect",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Arc_long_sweep_off",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Arc_long_sweep_on",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Arc_long_sweep_on_axis_x_25",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Arc_short_sweep_off",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Arc_short_sweep_on",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Curve",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Horz",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Line",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Move",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_TepidQuadratic",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_TepidQuadratic_2",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Vert",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_Zone",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_combined_1",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_horizontal_line_stroke_butt_cap",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_horizontal_line_stroke_round_cap",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_horizontal_line_stroke_square_cap",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_horz",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_line",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_move",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_straight_line",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_straight_line_scaled",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_two_straight_lines_abosolute",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_two_straight_lines_relative",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_vert",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_path_with_move_commands_only",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_random_path_1",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_rectangle_without_attributes",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_rectangle_without_coordinates",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_rectangle_without_dimensions",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_regular_circle",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_regular_rectangle",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_regular_rectangle_scaled",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_regular_rectangle_with_stroke",
+ "tests/test_inkex_bounding_box.py::BoundingBoxTest::test_regular_rectangle_with_stroke_scaled",
+ "tests/test_inkex_colors.py::ColorTest::test_empty",
+ "tests/test_inkex_colors.py::ColorTest::test_errors",
+ "tests/test_inkex_colors.py::ColorTest::test_hsl_color",
+ "tests/test_inkex_colors.py::ColorTest::test_hsl_grey",
+ "tests/test_inkex_colors.py::ColorTest::test_hsl_to_rgb",
+ "tests/test_inkex_colors.py::ColorTest::test_int_color",
+ "tests/test_inkex_colors.py::ColorTest::test_interpolate",
+ "tests/test_inkex_colors.py::ColorTest::test_is_color",
+ "tests/test_inkex_colors.py::ColorTest::test_namedcolor",
+ "tests/test_inkex_colors.py::ColorTest::test_rgb_hex",
+ "tests/test_inkex_colors.py::ColorTest::test_rgb_int",
+ "tests/test_inkex_colors.py::ColorTest::test_rgb_percent",
+ "tests/test_inkex_colors.py::ColorTest::test_rgb_short_hex",
+ "tests/test_inkex_colors.py::ColorTest::test_rgb_to_hsl",
+ "tests/test_inkex_colors.py::ColorTest::test_rgba_color",
+ "tests/test_inkex_colors.py::ColorTest::test_setter_alpha",
+ "tests/test_inkex_colors.py::ColorTest::test_setter_hsl",
+ "tests/test_inkex_colors.py::ColorTest::test_setter_rgb",
+ "tests/test_inkex_command.py::CommandTest::test_binary_call",
+ "tests/test_inkex_cubic_paths.py::CubicPathTest::test_AZ",
+ "tests/test_inkex_cubic_paths.py::CubicPathTest::test_CS",
+ "tests/test_inkex_cubic_paths.py::CubicPathTest::test_LHV",
+ "tests/test_inkex_cubic_paths.py::CubicPathTest::test_QT",
+ "tests/test_inkex_deprecated.py::DeprecatedTests::test_traceback",
+ "tests/test_inkex_deprecated.py::DeprecatedTests::test_warning",
+ "tests/test_inkex_elements.py::ElementTestCase::test_print",
+ "tests/test_inkex_elements.py::PathElementTestCase::test_new_path",
+ "tests/test_inkex_elements.py::PathElementTestCase::test_original_path",
+ "tests/test_inkex_elements.py::PathElementTestCase::test_print",
+ "tests/test_inkex_elements.py::PolylineElementTestCase::test_polyline_points",
+ "tests/test_inkex_elements.py::PolylineElementTestCase::test_print",
+ "tests/test_inkex_elements.py::PolylineElementTestCase::test_type",
+ "tests/test_inkex_elements.py::PolygonElementTestCase::test_conversion",
+ "tests/test_inkex_elements.py::PolygonElementTestCase::test_print",
+ "tests/test_inkex_elements.py::PolygonElementTestCase::test_type",
+ "tests/test_inkex_elements.py::LineElementTestCase::test_conversion",
+ "tests/test_inkex_elements.py::LineElementTestCase::test_new_line",
+ "tests/test_inkex_elements.py::LineElementTestCase::test_print",
+ "tests/test_inkex_elements.py::LineElementTestCase::test_type",
+ "tests/test_inkex_elements.py::PatternTestCase::test_pattern_transform",
+ "tests/test_inkex_elements.py::PatternTestCase::test_print",
+ "tests/test_inkex_elements.py::GroupTest::test_bounding_box",
+ "tests/test_inkex_elements.py::GroupTest::test_get_path",
+ "tests/test_inkex_elements.py::GroupTest::test_groupmode",
+ "tests/test_inkex_elements.py::GroupTest::test_new_group",
+ "tests/test_inkex_elements.py::GroupTest::test_print",
+ "tests/test_inkex_elements.py::GroupTest::test_transform_property",
+ "tests/test_inkex_elements.py::RectTest::test_compose_stylesheet",
+ "tests/test_inkex_elements.py::RectTest::test_compose_transform",
+ "tests/test_inkex_elements.py::RectTest::test_effetive_stylesheet",
+ "tests/test_inkex_elements.py::RectTest::test_parse",
+ "tests/test_inkex_elements.py::RectTest::test_path",
+ "tests/test_inkex_elements.py::RectTest::test_print",
+ "tests/test_inkex_elements.py::PathTest::test_apply_transform",
+ "tests/test_inkex_elements.py::PathTest::test_print",
+ "tests/test_inkex_elements.py::CircleTest::test_new",
+ "tests/test_inkex_elements.py::CircleTest::test_parse",
+ "tests/test_inkex_elements.py::CircleTest::test_path",
+ "tests/test_inkex_elements.py::CircleTest::test_print",
+ "tests/test_inkex_elements.py::AnchorTest::test_new",
+ "tests/test_inkex_elements.py::AnchorTest::test_print",
+ "tests/test_inkex_elements.py::NamedViewTest::test_guides",
+ "tests/test_inkex_elements.py::NamedViewTest::test_print",
+ "tests/test_inkex_elements.py::TextTest::test_append_superscript",
+ "tests/test_inkex_elements.py::TextTest::test_path",
+ "tests/test_inkex_elements.py::TextTest::test_print",
+ "tests/test_inkex_elements.py::UseTest::test_empty_ref",
+ "tests/test_inkex_elements.py::UseTest::test_path",
+ "tests/test_inkex_elements.py::UseTest::test_print",
+ "tests/test_inkex_elements.py::UseTest::test_unlink",
+ "tests/test_inkex_elements.py::StopTests::test_interpolate",
+ "tests/test_inkex_elements.py::StopTests::test_print",
+ "tests/test_inkex_elements.py::GradientTests::test_apply_transform",
+ "tests/test_inkex_elements.py::GradientTests::test_get_stop_offsets",
+ "tests/test_inkex_elements.py::GradientTests::test_interpolate",
+ "tests/test_inkex_elements.py::GradientTests::test_parse",
+ "tests/test_inkex_elements.py::GradientTests::test_print",
+ "tests/test_inkex_elements.py::GradientTests::test_stop_styles",
+ "tests/test_inkex_elements.py::GradientTests::test_stops",
+ "tests/test_inkex_elements.py::SymbolTest::test_print",
+ "tests/test_inkex_elements.py::SymbolTest::test_unlink_symbol",
+ "tests/test_inkex_elements.py::DefsTest::test_defs",
+ "tests/test_inkex_elements.py::DefsTest::test_print",
+ "tests/test_inkex_elements.py::StyleTest::test_print",
+ "tests/test_inkex_elements.py::StyleTest::test_style",
+ "tests/test_inkex_elements_base.py::OverridenElementTestCase::test_abstract_raises",
+ "tests/test_inkex_elements_base.py::OverridenElementTestCase::test_add",
+ "tests/test_inkex_elements_base.py::OverridenElementTestCase::test_creation",
+ "tests/test_inkex_elements_base.py::OverridenElementTestCase::test_reference_count",
+ "tests/test_inkex_elements_base.py::OverridenElementTestCase::test_tag_names",
+ "tests/test_inkex_elements_base.py::OverridenElementTestCase::test_tostring",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_chained_multiple_attrs",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_get_element_by_name",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_in_place_style",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_pop_regular_attribute",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_pop_wrapped_attribute",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_random_id",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_random_ids",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_set_id_backlinks",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_set_wrapped_attribute",
+ "tests/test_inkex_elements_base.py::AttributeHandelingTestCase::test_update_consistant",
+ "tests/test_inkex_elements_base.py::TransformationTestCase::test_bounding_box",
+ "tests/test_inkex_elements_base.py::TransformationTestCase::test_in_place_transforms",
+ "tests/test_inkex_elements_base.py::TransformationTestCase::test_scale",
+ "tests/test_inkex_elements_base.py::TransformationTestCase::test_transform",
+ "tests/test_inkex_elements_base.py::RelationshipTestCase::test_ancestors",
+ "tests/test_inkex_elements_base.py::RelationshipTestCase::test_copy",
+ "tests/test_inkex_elements_base.py::RelationshipTestCase::test_descendants",
+ "tests/test_inkex_elements_base.py::RelationshipTestCase::test_duplicate",
+ "tests/test_inkex_elements_base.py::RelationshipTestCase::test_findall",
+ "tests/test_inkex_elements_base.py::RelationshipTestCase::test_luca",
+ "tests/test_inkex_elements_base.py::RelationshipTestCase::test_replace_with",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_creation",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_filtering",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_get_bounding_box",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_getitem",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_getting_recursively",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_paint_order",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_pop_items",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_set_elements",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_set_ids",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_set_invalid_ids",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_set_nothing",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_set_xpath",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_svg_selection",
+ "tests/test_inkex_elements_selections.py::ElementListTestCase::test_to_dict",
+ "tests/test_inkex_extensions.py::ColorEffectTest::test_all_comparisons",
+ "tests/test_inkex_extensions.py::ColorBaseCase::test_colors",
+ "tests/test_inkex_inx.py::InxTestCase::test_inx_files",
+ "tests/test_inkex_paths.py::SegmentTest::test_absolute_relative",
+ "tests/test_inkex_paths.py::SegmentTest::test_args",
+ "tests/test_inkex_paths.py::SegmentTest::test_equals",
+ "tests/test_inkex_paths.py::SegmentTest::test_to_curves",
+ "tests/test_inkex_paths.py::SegmentTest::test_to_line",
+ "tests/test_inkex_paths.py::SegmentTest::test_transformation",
+ "tests/test_inkex_paths.py::PathTest::test_absolute",
+ "tests/test_inkex_paths.py::PathTest::test_adding_to_path",
+ "tests/test_inkex_paths.py::PathTest::test_arc_transformation",
+ "tests/test_inkex_paths.py::PathTest::test_bounding_box_arcs",
+ "tests/test_inkex_paths.py::PathTest::test_bounding_box_curves",
+ "tests/test_inkex_paths.py::PathTest::test_bounding_box_lines",
+ "tests/test_inkex_paths.py::PathTest::test_chained_conversion",
+ "tests/test_inkex_paths.py::PathTest::test_control_points",
+ "tests/test_inkex_paths.py::PathTest::test_copy",
+ "tests/test_inkex_paths.py::PathTest::test_create_from_points",
+ "tests/test_inkex_paths.py::PathTest::test_extending",
+ "tests/test_inkex_paths.py::PathTest::test_inline_transformations",
+ "tests/test_inkex_paths.py::PathTest::test_invalid",
+ "tests/test_inkex_paths.py::PathTest::test_list",
+ "tests/test_inkex_paths.py::PathTest::test_new_empty",
+ "tests/test_inkex_paths.py::PathTest::test_passthrough",
+ "tests/test_inkex_paths.py::PathTest::test_relative",
+ "tests/test_inkex_paths.py::PathTest::test_repr",
+ "tests/test_inkex_paths.py::PathTest::test_rotate",
+ "tests/test_inkex_paths.py::PathTest::test_scale",
+ "tests/test_inkex_paths.py::PathTest::test_scale_relative_after_close",
+ "tests/test_inkex_paths.py::PathTest::test_single_point_transform",
+ "tests/test_inkex_paths.py::PathTest::test_subtracting_from_path",
+ "tests/test_inkex_paths.py::PathTest::test_to_arrays",
+ "tests/test_inkex_paths.py::PathTest::test_transform",
+ "tests/test_inkex_paths.py::PathTest::test_transformation_preserve_type",
+ "tests/test_inkex_paths.py::SuperPathTest::test_closing",
+ "tests/test_inkex_paths.py::SuperPathTest::test_closing_without_z",
+ "tests/test_inkex_paths.py::SuperPathTest::test_from_arrays",
+ "tests/test_inkex_paths.py::SuperPathTest::test_is_line",
+ "tests/test_inkex_styles.py::StyleTest::test_color_property",
+ "tests/test_inkex_styles.py::StyleTest::test_composite",
+ "tests/test_inkex_styles.py::StyleTest::test_inbuilts",
+ "tests/test_inkex_styles.py::StyleTest::test_interpolate",
+ "tests/test_inkex_styles.py::StyleTest::test_new_style",
+ "tests/test_inkex_styles.py::StyleTest::test_set_property",
+ "tests/test_inkex_styles.py::AttribFallbackTest::test_fallback_read_attrib",
+ "tests/test_inkex_styles.py::AttribFallbackTest::test_fallback_read_css",
+ "tests/test_inkex_styles.py::AttribFallbackTest::test_fallback_read_style",
+ "tests/test_inkex_styles.py::AttribFallbackTest::test_fallback_write_attrib",
+ "tests/test_inkex_styles.py::AttribFallbackTest::test_fallback_write_css",
+ "tests/test_inkex_styles.py::AttribFallbackTest::test_fallback_write_move",
+ "tests/test_inkex_styles.py::AttribFallbackTest::test_fallback_write_style",
+ "tests/test_inkex_styles.py::AttribFallbackTest::test_no_attr",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_applied_styles",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_classes",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_creation",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_lookup_and",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_lookup_by_class",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_lookup_by_element",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_lookup_by_id",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_lookup_or",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_parsing",
+ "tests/test_inkex_styles.py::StyleSheetTest::test_string",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_add_ns",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_defs",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_scale",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_selected_bbox",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_by_class",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_by_href",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_by_url_link",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_center_position",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_ids",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_layers",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_load",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_name",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_nameview",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_new_id",
+ "tests/test_inkex_svg.py::BasicSvgTest::test_svg_select_id",
+ "tests/test_inkex_svg.py::NamedViewTest::test_create_guide",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_empty_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_empty_width",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_empty_width_and_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_no_dimensions",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_non_zero_viewbox_x",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_only_valid_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_viewbox_only",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_width_and_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentWidthTest::test_width_only",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_empty_height",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_empty_height_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_empty_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_height_and_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_height_only",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_no_dimensions",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_no_height_valid_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_non_zero_viewbox_y",
+ "tests/test_inkex_svg.py::GetDocumentHeightTest::test_viewbox_only",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_bad_viewbox_entry",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_bad_width_number",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_height_only",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_height_width_and_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_height_with_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_large_error_reverts_to_px",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_no_dimensions",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_unitless_width_and_viewbox",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_viewbox_only",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_width_and_viewbox_in",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_width_and_viewbox_px",
+ "tests/test_inkex_svg.py::GetDocumentUnitTest::test_width_only",
+ "tests/test_inkex_svg.py::UserUnitTest::test_adddocumentunit_common",
+ "tests/test_inkex_svg.py::UserUnitTest::test_adddocumentunit_non_float",
+ "tests/test_inkex_svg.py::UserUnitTest::test_unittouu_bad_input_number",
+ "tests/test_inkex_svg.py::UserUnitTest::test_unittouu_bad_input_unit",
+ "tests/test_inkex_svg.py::UserUnitTest::test_unittouu_empty_input",
+ "tests/test_inkex_svg.py::UserUnitTest::test_unittouu_identity",
+ "tests/test_inkex_svg.py::UserUnitTest::test_unittouu_in_to_cm",
+ "tests/test_inkex_svg.py::UserUnitTest::test_unittouu_parsing",
+ "tests/test_inkex_svg.py::UserUnitTest::test_unittouu_unitless_input",
+ "tests/test_inkex_svg.py::UserUnitTest::test_unittouu_yd_to_m",
+ "tests/test_inkex_svg.py::UserUnitTest::test_uutounit_cm_to_in",
+ "tests/test_inkex_svg.py::UserUnitTest::test_uutounit_identity",
+ "tests/test_inkex_svg.py::UserUnitTest::test_uutounit_m_to_yd",
+ "tests/test_inkex_svg.py::UserUnitTest::test_uutounit_unknown_unit",
+ "tests/test_inkex_tester.py::TesterTest::test_xmldiff",
+ "tests/test_inkex_transforms.py::ImmutableVector2dTest::test_assign",
+ "tests/test_inkex_transforms.py::ImmutableVector2dTest::test_binary_operators",
+ "tests/test_inkex_transforms.py::ImmutableVector2dTest::test_getitem",
+ "tests/test_inkex_transforms.py::ImmutableVector2dTest::test_ioperators",
+ "tests/test_inkex_transforms.py::ImmutableVector2dTest::test_representations",
+ "tests/test_inkex_transforms.py::ImmutableVector2dTest::test_unary_operators",
+ "tests/test_inkex_transforms.py::ImmutableVector2dTest::test_vector_creation",
+ "tests/test_inkex_transforms.py::Vector2dTest::test_assign",
+ "tests/test_inkex_transforms.py::Vector2dTest::test_binary_operators",
+ "tests/test_inkex_transforms.py::Vector2dTest::test_getitem",
+ "tests/test_inkex_transforms.py::Vector2dTest::test_ioperators",
+ "tests/test_inkex_transforms.py::Vector2dTest::test_representations",
+ "tests/test_inkex_transforms.py::Vector2dTest::test_unary_operators",
+ "tests/test_inkex_transforms.py::Vector2dTest::test_vector_creation",
+ "tests/test_inkex_transforms.py::TransformTest::test_add_transform",
+ "tests/test_inkex_transforms.py::TransformTest::test_apply_to_point",
+ "tests/test_inkex_transforms.py::TransformTest::test_construction_order",
+ "tests/test_inkex_transforms.py::TransformTest::test_interpolate",
+ "tests/test_inkex_transforms.py::TransformTest::test_invalid_creation_matrix",
+ "tests/test_inkex_transforms.py::TransformTest::test_invalid_creation_string",
+ "tests/test_inkex_transforms.py::TransformTest::test_is_rotation",
+ "tests/test_inkex_transforms.py::TransformTest::test_is_scale",
+ "tests/test_inkex_transforms.py::TransformTest::test_is_translate",
+ "tests/test_inkex_transforms.py::TransformTest::test_is_unity",
+ "tests/test_inkex_transforms.py::TransformTest::test_matrix_inversion",
+ "tests/test_inkex_transforms.py::TransformTest::test_new_empty",
+ "tests/test_inkex_transforms.py::TransformTest::test_new_from_matrix_str",
+ "tests/test_inkex_transforms.py::TransformTest::test_new_from_rotate",
+ "tests/test_inkex_transforms.py::TransformTest::test_new_from_scale",
+ "tests/test_inkex_transforms.py::TransformTest::test_new_from_sextlet",
+ "tests/test_inkex_transforms.py::TransformTest::test_new_from_skew",
+ "tests/test_inkex_transforms.py::TransformTest::test_new_from_translate",
+ "tests/test_inkex_transforms.py::TransformTest::test_new_from_triples",
+ "tests/test_inkex_transforms.py::TransformTest::test_repr",
+ "tests/test_inkex_transforms.py::TransformTest::test_rotate",
+ "tests/test_inkex_transforms.py::TransformTest::test_rotation_degrees",
+ "tests/test_inkex_transforms.py::TransformTest::test_scale",
+ "tests/test_inkex_transforms.py::TransformTest::test_translate",
+ "tests/test_inkex_transforms.py::ScaleTest::test_center",
+ "tests/test_inkex_transforms.py::ScaleTest::test_combine",
+ "tests/test_inkex_transforms.py::ScaleTest::test_creation",
+ "tests/test_inkex_transforms.py::ScaleTest::test_errors",
+ "tests/test_inkex_transforms.py::ScaleTest::test_neg",
+ "tests/test_inkex_transforms.py::ScaleTest::test_size",
+ "tests/test_inkex_transforms.py::BoundingBoxTest::test_bbox",
+ "tests/test_inkex_transforms.py::BoundingBoxTest::test_bbox_anchor_custom",
+ "tests/test_inkex_transforms.py::BoundingBoxTest::test_bbox_anchor_left_right",
+ "tests/test_inkex_transforms.py::BoundingBoxTest::test_bbox_anchor_radial",
+ "tests/test_inkex_transforms.py::BoundingBoxTest::test_bbox_anchor_top_bottom",
+ "tests/test_inkex_transforms.py::BoundingBoxTest::test_bbox_neg",
+ "tests/test_inkex_transforms.py::BoundingBoxTest::test_bbox_scale",
+ "tests/test_inkex_transforms.py::BoundingBoxTest::test_bbox_sum",
+ "tests/test_inkex_transforms.py::SegmentTest::test_segment_creation",
+ "tests/test_inkex_transforms.py::SegmentTest::test_segment_maths",
+ "tests/test_inkex_transforms.py::ExtremaTest::test_cubic_extrema_1",
+ "tests/test_inkex_transforms.py::ExtremaTest::test_quadratic_extrema_1",
+ "tests/test_inkex_transforms.py::ExtremaTest::test_quadratic_extrema_2",
+ "tests/test_inkex_tween.py::TweenTest::test_interpcoord",
+ "tests/test_inkex_tween.py::TweenTest::test_interppoints",
+ "tests/test_inkex_units.py::UnitsTest::test_convert_unit",
+ "tests/test_inkex_units.py::UnitsTest::test_discover_unit",
+ "tests/test_inkex_units.py::UnitsTest::test_near",
+ "tests/test_inkex_units.py::UnitsTest::test_number_parsing",
+ "tests/test_inkex_units.py::UnitsTest::test_parse_unit",
+ "tests/test_inkex_units.py::UnitsTest::test_render_unit",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_boolean",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_debug",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_to",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_filename",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_add_ns",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_strargs",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_ascii",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_nonunicode_latin1",
+ "tests/test_inkex_utils.py::TestInkexBasic::test_unicode_latin1",
+ "tests/test_inkscape_follow_link.py::TestFollowLinkBasic::test_all_comparisons",
+ "tests/test_inkscape_follow_link.py::TestFollowLinkBasic::test_default_settings",
+ "tests/test_inkwebeffect.py::InkWebEffectBasicTest::test_default_settings",
+ "tests/test_interp.py::InterpBasicTest::test_all_comparisons",
+ "tests/test_interp_att_g.py::InterpAttGBasicTest::test_all_comparisons",
+ "tests/test_interp_att_g.py::InterpAttGColorRoundingTest::test_all_comparisons",
+ "tests/test_jessyink_autotexts.py::JessyInkAutoTextsBasicTest::test_all_comparisons",
+ "tests/test_jessyink_effects.py::JessyInkEffectsTest::test_all_comparisons",
+ "tests/test_jessyink_export.py::JessyInkExportBasicTest::test_all_comparisons",
+ "tests/test_jessyink_install.py::JessyInkInstallBasicTest::test_all_comparisons",
+ "tests/test_jessyink_keybindings.py::JessyInkCustomKeyBindingsBasicTest::test_all_comparisons",
+ "tests/test_jessyink_masterslide.py::JessyInkMasterSlideBasicTest::test_all_comparisons",
+ "tests/test_jessyink_mousehandler.py::JessyInkAddMouseHandlerTest::test_all_comparisons",
+ "tests/test_jessyink_summary.py::JessyInkSummaryTest::test_all_comparisons",
+ "tests/test_jessyink_transitions.py::JessyInkTransitionsBasicTest::test_all_comparisons",
+ "tests/test_jessyink_uninstall.py::JessyInkUninstallBasicTest::test_all_comparisons",
+ "tests/test_jessyink_video.py::JessyInkEffectsBasicTest::test_all_comparisons",
+ "tests/test_jessyink_view.py::JessyInkEffectsBasicTest::test_all_comparisons",
+ "tests/test_jitternodes.py::JitterNodesBasicTest::test_all_comparisons",
+ "tests/test_launch_webbrowser.py::TestWebsiteOpen::test_open",
+ "tests/test_layer2png.py::Layer2PNGTest::test_all_comparisons",
+ "tests/test_layer2png.py::Layer2PNGTest::test_bad_slice_layer",
+ "tests/test_layer2png.py::Layer2PNGTest::test_color",
+ "tests/test_layer2png.py::Layer2PNGTest::test_get_layers",
+ "tests/test_layers2svgfont.py::TestLayers2SVGFontBasic::test_all_comparisons",
+ "tests/test_layout_nup.py::TestNupBasic::test_default_settings",
+ "tests/test_lindenmayer.py::LSystemBasicTest::test_all_comparisons",
+ "tests/test_lorem_ipsum.py::LorumIpsumBasicTest::test_all_comparisons",
+ "tests/test_markers_strokepaint.py::MarkerStrokePaintBasicTest::test_all_comparisons",
+ "tests/test_markers_strokepaint.py::MarkerStrokePaintBasicTest::test_basic",
+ "tests/test_measure.py::LengthBasicTest::test_all_comparisons",
+ "tests/test_media_zip.py::CmoBasicTest::test_all_comparisons",
+ "tests/test_merge_styles.py::TestMergeStylesBasic::test_all_comparisons",
+ "tests/test_motion.py::MotionBasicTest::test_all_comparisons",
+ "tests/test_motion.py::MotionBasicTest::test_default_settings",
+ "tests/test_new_glyph_layer.py::TestNewGlyphLayerBasic::test_all_comparisons",
+ "tests/test_new_glyph_layer.py::TestNewGlyphLayerBasic::test_default_settings",
+ "tests/test_next_glyph_layer.py::TestNextLayerBasic::test_all_comparisons",
+ "tests/test_next_glyph_layer.py::TestNextLayerBasic::test_default_settings",
+ "tests/test_nicechart.py::TestNiceChartBasic::test_all_comparisons",
+ "tests/test_output_scour.py::ScourBasicTests::test_all_comparisons",
+ "tests/test_output_scour.py::ScourBasicTests::test_default_settings",
+ "tests/test_param_curves.py::TestParamCurvesBasic::test_all_comparisons",
+ "tests/test_param_curves.py::TestParamCurvesBasic::test_default_settings",
+ "tests/test_path_envelope.py::PathEnvelopeTest::test_all_comparisons",
+ "tests/test_path_envelope.py::PathEnvelopeGroupTest::test_all_comparisons",
+ "tests/test_path_mesh.py::PathToMeshTest::test_all_comparisons",
+ "tests/test_path_mesh.py::MeshToPathTest::test_all_comparisons",
+ "tests/test_path_number_nodes.py::NumberNodesTest::test_all_comparisons",
+ "tests/test_path_to_absolute.py::PathToAbsoluteTest::test_all_comparisons",
+ "tests/test_pathalongpath.py::TestPathAlongPathBasic::test_all_comparisons",
+ "tests/test_pathscatter.py::TestPathScatterBasic::test_all_comparisons",
+ "tests/test_pathscatter.py::TestPathScatterBasic::test_default_settings",
+ "tests/test_pdflatex.py::PdfLatexTest::test_all_comparisons",
+ "tests/test_perfectboundcover.py::PerfectBoundCoverBasicTest::test_all_comparisons",
+ "tests/test_perfectboundcover.py::PerfectBoundCoverBasicTest::test_default_settings",
+ "tests/test_perspective.py::PerspectiveBasicTest::test_all_comparisons",
+ "tests/test_perspective.py::PerspectiveGroupTest::test_all_comparisons",
+ "tests/test_pixelsnap.py::TestPixelSnapEffectBasic::test_all_comparisons",
+ "tests/test_plotter.py::TestPlotter::test_all_comparisons",
+ "tests/test_polyhedron_3d.py::Poly3DBasicTest::test_all_comparisons",
+ "tests/test_prepare_file_save_as.py::TestPrepareFileSaveBasic::test_all_comparisons",
+ "tests/test_previous_glyph_layer.py::TestPreviousLayerBasic::test_all_comparisons",
+ "tests/test_previous_glyph_layer.py::TestPreviousLayerBasic::test_default_settings",
+ "tests/test_print_win32_vector.py::TestPrintWin32VectorBasic::test_default_settings",
+ "tests/test_printing_marks.py::PrintingMarksBasicTest::test_all_comparisons",
+ "tests/test_printing_marks.py::PrintingMarksBasicTest::test_default_settings",
+ "tests/test_ps_input.py::TestPostscriptInput::test_all_comparisons",
+ "tests/test_render_alphabetsoup.py::AlphabetSoupBasicTest::test_default_settings",
+ "tests/test_render_barcode.py::BarcodeBasicTest::test_all_comparisons",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_code128",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_code25i",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_code39",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_code39ext",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_ean2",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_ian13",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_ian5",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_ian8",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_royal_mail",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_upca",
+ "tests/test_render_barcode.py::GetBarcodeTest::test_render_barcode_upce",
+ "tests/test_render_barcode_datamatrix.py::TestDataMatrixBasic::test_all_comparisons",
+ "tests/test_render_barcode_qrcode.py::TestQRCodeInkscapeBasic::test_all_comparisons",
+ "tests/test_render_barcode_qrcode.py::TestQRCodeInkscapeSymbol::test_all_comparisons",
+ "tests/test_render_gear_rack.py::TestRackGearBasic::test_all_comparisons",
+ "tests/test_render_gear_rack.py::TestRackGearBasic::test_default_settings",
+ "tests/test_render_gears.py::GearsBasicTest::test_all_comparisons",
+ "tests/test_render_gears.py::GearsBasicTest::test_default_settings",
+ "tests/test_replace_font.py::TestReplaceFontBasic::test_all_comparisons",
+ "tests/test_replace_font.py::TestReplaceFontBasic::test_default_settings",
+ "tests/test_replace_font.py::TestFontList::test_all_comparisons",
+ "tests/test_restack.py::RestackBasicTest::test_all_comparisons",
+ "tests/test_rtree.py::RTreeTurtleBasicTest::test_all_comparisons",
+ "tests/test_rubberstretch.py::TestRubberStretchBasic::test_all_comparisons",
+ "tests/test_rubberstretch.py::TestRubberStretchBasic::test_default_settings",
+ "tests/test_scribus_pdf.py::ScribusBasicTest::test_all_comparisons",
+ "tests/test_setup_typography_canvas.py::TestSetupTypographyCanvasBasic::test_all_comparisons",
+ "tests/test_setup_typography_canvas.py::TestSetupTypographyCanvasBasic::test_default_settings",
+ "tests/test_spirograph.py::SpirographBasicTest::test_all_comparisons",
+ "tests/test_spirograph.py::SpirographBasicTest::test_default_settings",
+ "tests/test_straightseg.py::SegmentStraightenerBasicTest::test_all_comparisons",
+ "tests/test_straightseg.py::SegmentStraightenerBasicTest::test_default_settings",
+ "tests/test_svgcalendar.py::CalendarArguments::test_all_comparisons",
+ "tests/test_svgcalendar.py::CalendarArguments::test_configuring_week_start_mon",
+ "tests/test_svgcalendar.py::CalendarArguments::test_configuring_week_start_sun",
+ "tests/test_svgcalendar.py::CalendarArguments::test_converted_year_thousand",
+ "tests/test_svgcalendar.py::CalendarArguments::test_converted_year_zero",
+ "tests/test_svgcalendar.py::CalendarArguments::test_default_names_list",
+ "tests/test_svgcalendar.py::CalendarArguments::test_inner_extra_spaces",
+ "tests/test_svgcalendar.py::CalendarArguments::test_modifyed_names_list",
+ "tests/test_svgcalendar.py::CalendarArguments::test_recognize_a_weekend",
+ "tests/test_svgcalendar.py::CalendarArguments::test_starting_names_list",
+ "tests/test_svgfont2layers.py::TestSVGFont2LayersBasic::test_all_comparisons",
+ "tests/test_synfig_fileformat.py::TestSynFigDefaultLayerVersion::test_layer_version",
+ "tests/test_synfig_output.py::TestSynfigExportBasic::test_default_settings",
+ "tests/test_synfig_prepare.py::TestSynfigPrepBasic::test_default_settings",
+ "tests/test_tar_layers.py::LayersOutputBasicTest::test_all_comparisons",
+ "tests/test_template.py::TemplateTestCase::test_all_comparisons",
+ "tests/test_template_dvd_cover.py::TestDvdCoverBasic::test_all_comparisons",
+ "tests/test_template_seamless_pattern.py::SeamlessPatternBasicTest::test_all_comparisons",
+ "tests/test_text_braille.py::TestBrailleBasic::test_all_comparisons",
+ "tests/test_text_extract.py::TestExtractBasic::test_all_comparisons",
+ "tests/test_text_flipcase.py::TestFlipCaseBasic::test_all_comparisons",
+ "tests/test_text_lowercase.py::LowerCase::test_all_comparisons",
+ "tests/test_text_lowercase.py::LowerCase::test_lowercase",
+ "tests/test_text_lowercase.py::LowerCase::test_numbers_before",
+ "tests/test_text_lowercase.py::LowerCase::test_punctuation_before",
+ "tests/test_text_lowercase.py::LowerCase::test_sentencecase",
+ "tests/test_text_lowercase.py::LowerCase::test_titlecase",
+ "tests/test_text_lowercase.py::LowerCase::test_uppercase",
+ "tests/test_text_merge.py::TestMergeBasic::test_all_comparisons",
+ "tests/test_text_randomcase.py::TestRandomCaseBasic::test_all_comparisons",
+ "tests/test_text_sentencecase.py::TestSentenceCaseBasic::test_all_comparisons",
+ "tests/test_text_split.py::TestSplitBasic::test_all_comparisons",
+ "tests/test_text_titlecase.py::TitleCaseTest::test_all_comparisons",
+ "tests/test_text_titlecase.py::TitleCaseTest::test_check_strings",
+ "tests/test_text_titlecase.py::TitleCaseTest::test_lowercase",
+ "tests/test_text_titlecase.py::TitleCaseTest::test_numbers_before",
+ "tests/test_text_titlecase.py::TitleCaseTest::test_punctuation_before",
+ "tests/test_text_titlecase.py::TitleCaseTest::test_sentencecase",
+ "tests/test_text_titlecase.py::TitleCaseTest::test_uppercase",
+ "tests/test_text_uppercase.py::UpperCase::test_all_comparisons",
+ "tests/test_text_uppercase.py::UpperCase::test_lowercase",
+ "tests/test_text_uppercase.py::UpperCase::test_numbers_before",
+ "tests/test_text_uppercase.py::UpperCase::test_punctuation_before",
+ "tests/test_text_uppercase.py::UpperCase::test_sentencecase",
+ "tests/test_text_uppercase.py::UpperCase::test_titlecase",
+ "tests/test_triangle.py::TriangleBasicTest::test_all_comparisons",
+ "tests/test_triangle.py::TriangleBasicTest::test_default_settings",
+ "tests/test_ungroup_deep.py::TestUngroupBasic::test_all_comparisons",
+ "tests/test_voronoi.py::TestVoronoiSiteBasic::test_site_basic",
+ "tests/test_voronoi2svg.py::TestVoronoi2svgBasic::test_all_comparisons",
+ "tests/test_web_interactive_mockup.py::TestInkWebInteractiveMockupBasic::test_all_comparisons",
+ "tests/test_web_set_att.py::SetAttributeBasic::test_all_comparisons",
+ "tests/test_web_transmit_att.py::TestInkWebTransmitAttBasic::test_all_comparisons",
+ "tests/test_webslicer_create_group.py::TestWebSlicerCreateGroupBasic::test_all_comparisons",
+ "tests/test_webslicer_create_rect.py::TestWebSlicerCreateRectBasic::test_all_comparisons",
+ "tests/test_webslicer_export.py::TestWebSlicerExportBasic::test_all_comparisons",
+ "tests/test_whirl.py::WhirlBasicTest::test_all_comparisons",
+ "tests/test_whirl.py::WhirlBasicTest::test_default_settings",
+ "tests/test_wireframe_sphere.py::TestWireframeSphereBasic::test_all_comparisons",
+ "tests/test_wireframe_sphere.py::TestWireframeSphereBasic::test_default_settings"
+] \ No newline at end of file
diff --git a/share/extensions/.pytest_cache/v/cache/stepwise b/share/extensions/.pytest_cache/v/cache/stepwise
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/share/extensions/.pytest_cache/v/cache/stepwise
@@ -0,0 +1 @@
+[] \ No newline at end of file