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

feat: generate a GAPIC library from api definition #3208

Merged
merged 23 commits into from
Sep 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove api def in IT
  • Loading branch information
JoeWang1127 committed Sep 18, 2024
commit e3139aee88b90dcced21e510663e34cc2280a7b7
1 change: 1 addition & 0 deletions library_generation/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def test_entry_point_running_in_container(self):
)
print(" PR description comparison succeed.")
self.__remove_generated_files()
shutil.rmtree(api_definition_path)

@classmethod
def __copy_api_definition(cls, committish: str) -> str:
Expand Down
Loading