Skip to content

Include .test.java files to the test scope #4245

@prolativ

Description

@prolativ

Is your feature request related to a problem? Please describe.
To make a scala source file a part of the test scope, one can either put it into test directory or use .scala.test file name extension. However, for java sources the second technique (using .test.java) doesn't work, which might be surprising to users.

Describe the solution you'd like
Files with .test.java extension should be considered a part of the test scope sources

Describe alternatives you've considered
Placing .java files in test directory actually works as a workaround

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions