Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify test class naming: ...Test vs ...TestSuite #1546

Open
PawelLipski opened this issue Feb 14, 2023 · 3 comments
Open

Unify test class naming: ...Test vs ...TestSuite #1546

PawelLipski opened this issue Feb 14, 2023 · 3 comments
Labels
code quality Code quality good first issue Good for newcomers

Comments

@PawelLipski
Copy link
Collaborator

Technically, these are more of test suites, as test in JUnit corresponds to single test method... however, suite has a specific meaning in JUnit, distinct from what we're using. Also, ...Test is less verbose than ...TestSuite.

@PawelLipski PawelLipski added good first issue Good for newcomers code quality Code quality labels Feb 14, 2023
@BykaWF
Copy link

BykaWF commented Feb 14, 2023

Hi @PawelLipski, could I take it?

@PawelLipski
Copy link
Collaborator Author

PawelLipski commented Feb 14, 2023

Hey there... sure! pls first check if you can build the project (see CONTRIBUTING.md). Disclaimer: there might be problems with building on Windows :/ Linux and Mac are supported build platforms

@BykaWF
Copy link

BykaWF commented Feb 14, 2023

Thanks @PawelLipski

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Code quality good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants