eiffel-community/eiffel-intelligence

Align Cucumber test methods to Java naming conventions

Open

#326 opened on Aug 20, 2019

 (0 comments) (0 reactions) (0 assignees)Java (78 forks)auto 404
code improvementsgood first issuetest

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide