-
Notifications
You must be signed in to change notification settings - Fork 50
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
internal/testing: add package with sample testdata #1512
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Comments
julieqiu
added
the
priority: p3
Desirable enhancement or fix. May not be included in next release.
label
May 13, 2024
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 13, 2024
Refactor internal/snippets/snippets_test.go and internal/gengapic/example_test.go to use the internal/testing/sample package. For googleapis#1512
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 13, 2024
Refactor internal/snippets/snippets_test.go and internal/gengapic/example_test.go to use the internal/testing/sample package. For googleapis#1512
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 13, 2024
Refactor internal/snippets/snippets_test.go and internal/gengapic/example_test.go to use the internal/testing/sample package. For googleapis#1512
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 13, 2024
Refactor internal/snippets/snippets_test.go and internal/gengapic/example_test.go to use the internal/testing/sample package. For googleapis#1512
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 13, 2024
Refactor TestNewMetadata, TestToMetadataJSON and TestRegionTag in internal/snippets/snippets_test.go to use the internal/testing/sample package. For googleapis#1512
noahdietz
pushed a commit
that referenced
this issue
May 13, 2024
Refactor TestNewMetadata, TestToMetadataJSON and TestRegionTag in internal/snippets/snippets_test.go to use the internal/testing/sample package. For #1512
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 14, 2024
Refactor internal/snippets/snippets_test.go and internal/gengapic/example_test.go to use the internal/testing/sample package. For googleapis#1512
noahdietz
pushed a commit
that referenced
this issue
May 14, 2024
Refactor internal/snippets/snippets_test.go and internal/gengapic/example_test.go to use the internal/testing/sample package. For #1512
This was referenced May 14, 2024
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 14, 2024
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 14, 2024
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 14, 2024
julieqiu
added a commit
to julieqiu/gapic-generator-go
that referenced
this issue
May 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
There are several places where we need sample values for testing, which are currently constructed within the scope of an individual unit test.
We should add a package that provides sample values for use in tests. The intent is to make it easier to reason about the various test cases by using one example. Additionally, we can document the meaning for these various values.
This implementation was started in #1508.
The text was updated successfully, but these errors were encountered: