Skip to content

Commit 7907b96

Browse files
Add note in authoring guide about testing (#2683)
Co-authored-by: Bu Sun Kim <[email protected]>
1 parent 9931498 commit 7907b96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AUTHORING_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ if __name__ == '__main__':
413413
standard- these samples are only be tested against Python 2.7.
414414
* Samples that use App Engine Standard should use the App Engine testbed for
415415
system testing. See existing App Engine tests for how to use this.
416+
* All tests should be independent of one another and should create and tear
417+
down resources needed to execute. Using UUIDs to avoid resource collision is recommended.
416418

417419
## Running tests and automated tools
418420

0 commit comments

Comments
 (0)