This repository was archived by the owner on Dec 31, 2023. It is now read-only.
File tree 2 files changed +3
-25
lines changed 2 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -182,30 +182,6 @@ Build the docs via:
182
182
183
183
$ nox -s docs
184
184
185
- *************************
186
- Samples and code snippets
187
- *************************
188
-
189
- Code samples and snippets live in the `samples/ ` catalogue. Feel free to
190
- provide more examples, but make sure to write tests for those examples.
191
- Each folder containing example code requires its own `noxfile.py ` script
192
- which automates testing. If you decide to create a new folder, you can
193
- base it on the `samples/snippets ` folder (providing `noxfile.py ` and
194
- the requirements files).
195
-
196
- The tests will run against a real Google Cloud Project, so you should
197
- configure them just like the System Tests.
198
-
199
- - To run sample tests, you can execute::
200
-
201
- # Run all tests in a folder
202
- $ cd samples/snippets
203
- $ nox -s py-3.8
204
-
205
- # Run a single sample test
206
- $ cd samples/snippets
207
- $ nox -s py-3.8 -- -k <name of test>
208
-
209
185
********************************************
210
186
Note About ``README `` as it pertains to PyPI
211
187
********************************************
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-compute.git",
7
- "sha": "ce057e7b80baca7ef577ee1495ba034cdb3a491a "
7
+ "sha": "80aba0119d3001a913b30b903cb34ee29558dab2 "
8
8
}
9
9
},
10
10
{
83
83
"CONTRIBUTING.rst",
84
84
"LICENSE",
85
85
"MANIFEST.in",
86
+ "SECURITY.md",
86
87
"docs/_static/custom.css",
87
88
"docs/_templates/layout.html",
88
89
"docs/compute_v1/accelerator_types.rst",
644
645
"mypy.ini",
645
646
"noxfile.py",
646
647
"renovate.json",
648
+ "samples/snippets/noxfile.py",
647
649
"scripts/decrypt-secrets.sh",
648
650
"scripts/readme-gen/readme_gen.py",
649
651
"scripts/readme-gen/templates/README.tmpl.rst",
You can’t perform that action at this time.
0 commit comments