Skip to content

Commit

Permalink
Add note in authoring guide about testing (#2683)
Browse files Browse the repository at this point in the history
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
leahecole and busunkim96 authored Jan 6, 2020
1 parent 9931498 commit 7907b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORING_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ if __name__ == '__main__':
standard- these samples are only be tested against Python 2.7.
* Samples that use App Engine Standard should use the App Engine testbed for
system testing. See existing App Engine tests for how to use this.
* All tests should be independent of one another and should create and tear
down resources needed to execute. Using UUIDs to avoid resource collision is recommended.

## Running tests and automated tools

Expand Down

0 comments on commit 7907b96

Please sign in to comment.