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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/gapic-generator-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.54.0
Choose a base ref
...
head repository: googleapis/gapic-generator-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.55.0
Choose a head ref
  • 2 commits
  • 21 files changed
  • 2 contributors

Commits on Nov 1, 2021

  1. feat: add fragment tests (#1056)

    Fragment tests are defined by a small proto file describing an API
    surface with characteristics such that it is desirable to test the
    generated surface for correctness or to prevent regressions.
    
    As part of a fragment test, the generator is run on a fragment to
    create a GAPIC library for the fragment. The generated unit tests
    for the fragment are then executed to test the surface.
    software-dov authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    9d9b33d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3923ca6 View commit details
    Browse the repository at this point in the history
Loading