We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5051af7 commit 291734fCopy full SHA for 291734f
GEMINI.md
@@ -16,7 +16,8 @@ We use `nox` to instrument our tests.
16
nox -r -s unit-3.13 -- -k <name of test>
17
```
18
19
-- To run system tests, you can execute::
+- Ignore this step if you lack access to Google Cloud resources. To run system
20
+ tests, you can execute::
21
22
# Run all system tests
23
$ nox -r -s system
@@ -26,7 +27,7 @@ We use `nox` to instrument our tests.
26
27
28
- The codebase must have better coverage than it had previously after each
29
change. You can test coverage via `nox -s unit system cover` (takes a long
- time).
30
+ time). Omit `system` if you lack access to cloud resources.
31
32
## Code Style
33
0 commit comments