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 9931498 commit 7907b96Copy full SHA for 7907b96
AUTHORING_GUIDE.md
@@ -413,6 +413,8 @@ if __name__ == '__main__':
413
standard- these samples are only be tested against Python 2.7.
414
* Samples that use App Engine Standard should use the App Engine testbed for
415
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.
418
419
## Running tests and automated tools
420
0 commit comments