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

Separate unit and integration tests. #35

Closed
see-quick opened this issue Mar 25, 2022 · 1 comment
Closed

Separate unit and integration tests. #35

see-quick opened this issue Mar 25, 2022 · 1 comment

Comments

@see-quick
Copy link
Member

Currently, we have UTs and ITs in the same test suites. It would be more reasonable to have these test cases separated from each other. For instance, create unit and integration packages for both of these test cases.

@see-quick
Copy link
Member Author

After implementing this [1] we currently differentiate between UTs (surefire suffix *Test) and ITs (failsafe suffix *IT). So I don't think this is needed anymore.

[1] #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant