apache/openwhisk

Update CLI scala tests to conform to best practice naming

Open

#2.464 aberto em 7 de jul. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (1.177 forks)batch import
enhancementhelp wantedtesting

Métricas do repositório

Stars
 (6.777 stars)
Métricas de merge de PR
 (Mesclagem média 17h 31m) (3 fundiu PRs em 30d)

Description

Scala naming best practice reference: http://docs.scala-lang.org/style/naming-conventions.html

Existing wsk CLI scala tests are not consistent in the use of camel case labels. Also avoid underscores (_) in labels.

Guia do colaborador