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

Add dedicated module for integration tests #176

Open
4 tasks
mmarx opened this issue May 27, 2020 · 1 comment
Open
4 tasks

Add dedicated module for integration tests #176

mmarx opened this issue May 27, 2020 · 1 comment
Assignees
Labels
code quality enhancement New feature or request

Comments

@mmarx
Copy link
Member

mmarx commented May 27, 2020

As rulewerk usage picks up, I expect to see more issues of the form #175, which need access to both a reasoner backend and to the parser to faithfully reproduce. Currently, neither of rulewerk-vlog and rulewerk-parser depends on the other, and I would prefer to keep it that way.

Hence, the proposal is to add another maven module integrations that can freely depend on the other modules and would only contain tests. Like the coverage module, it would not produce a releasable artifact (note that we can't reuse the coverage module for the integration tests, because we want to keep the integration test coverages separate from the unit test coverages).

Prime candidates for moving to the integrations module would be

@mmarx mmarx added enhancement New feature or request code quality labels May 27, 2020
@mmarx mmarx self-assigned this May 27, 2020
@mkroetzsch
Copy link
Member

This activity would also create the module planned in #95.

@mkroetzsch mkroetzsch pinned this issue Oct 2, 2020
@mkroetzsch mkroetzsch unpinned this issue Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants