eiffel-community/eiffel-intelligence

Align Cucumber test methods to Java naming conventions

Aperta

#326 aperta il 20 ago 2019

 (0 commenti) (0 reazioni) (0 assegnatari)Java (78 fork)auto 404
code improvementsgood first issuetest

Metriche repository

Star
 (12 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Possible Drawbacks

Guida contributor