apache/openwhisk

Update CLI scala tests to conform to best practice naming

开放

#2,464 创建于 2017年7月7日

 (0 条评论) (0 个反应) (0 位负责人)Scala (1,177 个派生)batch import
enhancementhelp wantedtesting

仓库指标

星标
 (6,777 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南