Skip to content
#

appengine

Here are 411 public repositories matching this topic...

broady
broady commented May 13, 2020

Tests should pass when run with go test, with or without GOLANG_SAMPLES_PROJECT_ID.

Some of these should legit fail due to API not being enabled on the test project, etc. but they have confusing test output, including some that panic, leaving a large stack trace to dig through.

$ GOLANG_SAMPLES_PROJECT_ID=cbro-scratch go test -v ./...

<snip>

asset:

=== RUN   TestM
oppia
kevintab95
kevintab95 commented Aug 12, 2020

Description

In order to make it easier for developers to identify asynchronous methods, the following conventions need to be introduced:

  1. Use of "async" keyword in the function definitions.
  2. Use of "Async" added to the end of the function name.

E.g.

Before changes:

fetchClassroomData(classroomUrlFragment: string): Promise<ClassroomData> {
  return new Promise((resolve, 

Improve this page

Add a description, image, and links to the appengine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the appengine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.