Skip to content

Commit e4b8796

Browse files
dandhleem-strzelczykleahecole
authored
chore: update authoring guide with nox testing note (GoogleCloudPlatform#7781)
* chore: update authoring guide with nox testing note * chore: clarify wording * chore: update wording Co-authored-by: Maciej Strzelczyk <strzelczyk@google.com> Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 4928095 commit e4b8796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AUTHORING_GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ cp noxfile-template.py PATH/TO/YOUR/PROJECT/noxfile.py
770770
cd PATH/TO/YOUR/PROJECT/
771771
```
772772
773+
ℹ️ **Note:** Nox only detects tests in the `tests` directory where the `noxfile_config.py` file is or [for any files named `*_test.py` or `test_*.py`](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/6c4c8de274496300e3285168a012f8b6203b5122/noxfile-template.py#L182-L187) in the same directory as the config file.
773774
774775
To use nox, install it globally with `pip`:
775776

0 commit comments

Comments
 (0)