Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save beccasaurus/9f2a32bfb1adb0777aa64259f4500da8 to your computer and use it in GitHub Desktop.
Save beccasaurus/9f2a32bfb1adb0777aa64259f4500da8 to your computer and use it in GitHub Desktop.
πŸ¦‡ Authoring Tests for Generated GAPIC Code Samples
- test_group: Analyze Text with Natural Language API (or ... do a CRUD thing)
setup:
# ...
teardown:
# ...
tests:
- test: Create Dog
other: keys
body:
- invoke_sample: other_sample_id
parameters:
- x=y
assert_output:
- something
- /something/
- invoke_sample: create_dog
parameters:
- ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment