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 RegistryBuilder for tests, and update crates-io error handling. #9126

Merged
merged 2 commits into from
Feb 3, 2021

Commits on Feb 2, 2021

  1. Add RegistryBuilder to help initializing test registries.

    The intent here is to make it more flexible to create different registry
    setups, and to reuse code a little more easily.
    ehuss committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    340656e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Add a ResponseError for registry API interaction.

    The intent here is to make it easier to work with API errors.
    
    This also includes some new tests for checking network errors.
    ehuss committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    06b8d1c View commit details
    Browse the repository at this point in the history