apache/openwhisk

Update CLI scala tests to conform to best practice naming

Ouverte

#2 464 ouverte le 7 juil. 2017

 (0 commentaire) (0 réaction) (0 personne assignée)Scala (1 177 forks)batch import
enhancementhelp wantedtesting

Métriques du dépôt

Stars
 (6 777 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur