eiffel-community/eiffel-intelligence
Align Cucumber test methods to Java naming conventions
开放
#326 创建于 2019年8月20日
code improvementsgood first issuetest
仓库指标
- 星标
- (12 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Description
Right now the functionaltests directory is being ignored by Codacy. Removing this ignore will cause many errors that needs to be adressed. For example method names. Change the method names in our cucumber tests to align with Java standard naming conventions of using camelCase.
Motivation
Aligned with the rest of the source code. + we can include code style check of functional tests in Codacy.