Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

group shit#9

Merged
cameronbrill merged 1 commit into
mainfrom
cb/renovate-group
Sep 10, 2025
Merged

group shit#9
cameronbrill merged 1 commit into
mainfrom
cb/renovate-group

Conversation

@cameronbrill
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings September 10, 2025 19:19
Copy link
Copy Markdown
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a grouping rule to the Renovate configuration to group all pytest-related package updates together under a single "pytest" group name.

  • Adds a new package rule that matches packages containing "pytest" in their name
  • Groups these packages under the name "pytest" for consolidated updates

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread renovate.json
"automerge": false
},
{
"matchPackageNames": ["/pytest/"],
Copy link

Copilot AI Sep 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The regex pattern /pytest/ is incorrect syntax for Renovate's matchPackageNames. This should be a string pattern like pytest* or use matchPackagePatterns with proper regex syntax instead.

Suggested change
"matchPackageNames": ["/pytest/"],
"matchPackageNames": ["pytest*"],

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 10, 2025

Test Results

Fast Test Results

23 passed

Test results:
  test_extracts_name_from_dbg_lines_field: tests.map.test_main.TestExtractLineName
  test_extracts_name_from_lines_json_when_dbg_lines_empty: tests.map.test_main.TestExtractLineName
  test_extracts_first_label_from_multiple_lines: tests.map.test_main.TestExtractLineName
  test_falls_back_to_unknown_line_when_no_data: tests.map.test_main.TestExtractLineName
  test_returns_individual_line_names_not_combined: tests.map.test_main.TestExtractLineName
  test_fetches_data_successfully: tests.map.test_main.TestFetchGeojsonData
  test_raises_request_error_on_network_failure: tests.map.test_main.TestFetchGeojsonData
  test_separates_points_and_lines_correctly: tests.map.test_main.TestSeparateGeometries
  test_handles_empty_geometries: tests.map.test_main.TestSeparateGeometries
  test_creates_csv_with_basic_google_maps_format: tests.map.test_main.TestCreateStationsCsv
  test_uses_generic_station_names_not_labels: tests.map.test_main.TestCreateStationsCsv
  test_handles_empty_station_labels_gracefully: tests.map.test_main.TestCreateStationsCsv
  test_includes_description_with_station_names: tests.map.test_main.TestCreateStationsCsv
  test_preserves_polygon_geometry_for_google_maps_tinting: tests.map.test_main.TestExtractBoundaryLine
  test_handles_multipolygon_by_taking_largest: tests.map.test_main.TestExtractBoundaryLine
  test_creates_polygon_wkt_for_google_maps_tinting: tests.map.test_main.TestExtractBoundaryLine
  test_creates_kml_matching_working_google_format: tests.map.test_main.TestCreateSimpleKml
  test_creates_csv_with_wkt_and_description_columns: tests.map.test_main.TestCreateLinesCsv
  test_splits_multi_line_entries_into_separate_rows: tests.map.test_main.TestCreateLinesCsv
  test_handles_mixed_single_and_multi_line_entries: tests.map.test_main.TestCreateLinesCsv
  test_preserves_geometry_for_each_split_line: tests.map.test_main.TestCreateLinesCsv
  test_processes_real_subway_data_correctly: tests.map.test_main.TestIntegrationWithRealData
  test_main_processes_all_endpoints: tests.map.test_main.TestMainFunctionIntegration
This test report was produced by the test-summary action.  Made with ❤️ in Cambridge.
Slow Test Results

7 passed

Test results:
  test_munich_boundary_basemap_overlay: tests.map.test_visual.TestMunichBasemap
  test_munich_boundary_different_providers: tests.map.test_visual.TestMunichBasemap
  test_munich_complete_transit_system: tests.map.test_visual.TestMunichCompleteSystem
  test_munich_complete_transit_system_voyager: tests.map.test_visual.TestMunichCompleteSystem
  test_munich_subway_system: tests.map.test_visual.TestMunichTransitSystems
  test_munich_tram_system: tests.map.test_visual.TestMunichTransitSystems
  test_munich_commuter_rail_system: tests.map.test_visual.TestMunichTransitSystems
This test report was produced by the test-summary action.  Made with ❤️ in Cambridge.

@github-actions
Copy link
Copy Markdown

📸 Visual Test Snapshots Comparison

No visual changes detected - all snapshot tests passed! ✅

The visual snapshots match the expected references. No updates needed.

@cameronbrill cameronbrill merged commit 0345b29 into main Sep 10, 2025
5 checks passed
@cameronbrill cameronbrill deleted the cb/renovate-group branch September 10, 2025 19:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants