eiffel-community/eiffel-intelligence
Align Cucumber test methods to Java naming conventions
Offen
#326 geöffnet am 20.08.2019
code improvementsgood first issuetest
Repository-Metriken
- Stars
- (12 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.