Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test coverage for accessing StaticResource._routes #9975

Merged
merged 6 commits into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. Add test coverage for mutating StaticResource._routes

    #9911 optimized this to only build the set once, however ``aiohttp-cors``
    relies on being able to mutate this at runtime
    https://github.com/aio-libs/aiohttp-cors/blob/38c6c17bffc805e46baccd7be1b4fd8c69d95dc3/aiohttp_cors/urldispatcher_router_adapter.py#L187
    bdraco committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d99dfa1 View commit details
    Browse the repository at this point in the history
  2. changelog

    bdraco committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5cc5dc3 View commit details
    Browse the repository at this point in the history
  3. comment

    bdraco committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    604f76b View commit details
    Browse the repository at this point in the history
  4. comment

    bdraco committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a10556c View commit details
    Browse the repository at this point in the history
  5. more coverage

    bdraco committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    df51a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1288c0a View commit details
    Browse the repository at this point in the history