Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

docs(samples): Adding template samples #136

Merged
merged 20 commits into from
Nov 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4e46538
chore(docs): Instance template creation samples
m-strzelczyk Oct 18, 2021
0486123
Merge branch 'main' into samples-templates
m-strzelczyk Oct 19, 2021
35be7ec
chore(docs): Adding docstrings.
m-strzelczyk Oct 19, 2021
d2b43a1
Merge branch 'main' into samples-templates
m-strzelczyk Oct 19, 2021
d027304
Merge branch 'main' into samples-templates
m-strzelczyk Oct 19, 2021
ee4d8ae
chore(docs): Applying suggested changes.
m-strzelczyk Oct 21, 2021
41512b9
chore(docs): Trying to fix test errors.
m-strzelczyk Oct 21, 2021
758069e
Merge branch 'main' into samples-templates
m-strzelczyk Nov 3, 2021
83c1a1b
Merge branch 'main' into samples-templates
parthea Nov 4, 2021
3896df2
Merge branch 'main' into samples-templates
m-strzelczyk Nov 8, 2021
a41ee95
Apply suggestions from code review
m-strzelczyk Nov 8, 2021
deffb61
chore(docs): Applying changes from review.
m-strzelczyk Nov 8, 2021
7301bbd
Merge branch 'samples-templates' of github.com:googleapis/python-comp…
m-strzelczyk Nov 8, 2021
fe3d984
chore(docs): Fixing region tag.
m-strzelczyk Nov 8, 2021
5d67138
Merge branch 'main' into samples-templates
m-strzelczyk Nov 9, 2021
80bb1d8
chore(samples): Updating tests according to review.
m-strzelczyk Nov 15, 2021
889b4aa
Merge branch 'main' into samples-templates
m-strzelczyk Nov 15, 2021
c6993cf
chore(samples): Fixing the fixture import for tests to work.
m-strzelczyk Nov 15, 2021
702ea0e
Merge branch 'main' into samples-templates
parthea Nov 16, 2021
1e809cc
Merge branch 'main' into samples-templates
m-strzelczyk Nov 17, 2021
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
chore(samples): Fixing the fixture import for tests to work.
  • Loading branch information
m-strzelczyk committed Nov 15, 2021
commit c6993cfe4265ba8cc98862071b6920599eb7405e
3 changes: 1 addition & 2 deletions samples/snippets/test_sample_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@

# Turning off F401 check because flake8 doesn't recognize using
# PyTest fixture as parameter as usage.
# Uncomment this import if you want to run test from only this file.
# from test_sample_start_stop import compute_instance # noqa: F401
from test_sample_start_stop import compute_instance # noqa: F401

PROJECT = google.auth.default()[1]

Expand Down