-
Notifications
You must be signed in to change notification settings - Fork 165
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
Migrate RepositorySPARQLComplianceTestSuite to JUnit5 #4592
Labels
📶 enhancement
issue is a new feature or improvement
M2
Fixed in milestone 2
M3
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
Milestone
Comments
JervenBolleman
added
the
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
label
May 22, 2023
JervenBolleman
added a commit
that referenced
this issue
May 22, 2023
Also replaces a static so more tests should be runnable in parallel in the future. Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
5 tasks
5 tasks
JervenBolleman
added a commit
that referenced
this issue
May 22, 2023
Also delete some deprecated tests classes that are no longer compatible with the junit5 way of doing things.
5 tasks
JervenBolleman
added a commit
that referenced
this issue
Oct 31, 2023
Also replaces a static so more tests should be runnable in parallel in the future. Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Oct 31, 2023
Also delete some deprecated tests classes that are no longer compatible with the junit5 way of doing things.
JervenBolleman
added a commit
that referenced
this issue
Nov 3, 2023
JervenBolleman
added a commit
that referenced
this issue
Nov 3, 2023
JervenBolleman
added a commit
that referenced
this issue
Nov 3, 2023
JervenBolleman
added a commit
that referenced
this issue
Nov 10, 2023
Allow for non DAWG approved tests to run. Adds a manifest-all.ttl file for geosparql like sparql 1.1. compliance. Also remove some unused imports.
JervenBolleman
added a commit
that referenced
this issue
Nov 10, 2023
JervenBolleman
added a commit
that referenced
this issue
Nov 10, 2023
Also replaces a static so more tests should be runnable in parallel in the future. Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 10, 2023
Also delete some deprecated tests classes that are no longer compatible with the junit5 way of doing things. Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 10, 2023
Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 10, 2023
Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 10, 2023
Allow for non DAWG approved tests to run. Adds a manifest-all.ttl file for geosparql like sparql 1.1. compliance. Also remove some unused imports. Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 10, 2023
JervenBolleman
added a commit
that referenced
this issue
Nov 23, 2023
Also replaces a static so more tests should be runnable in parallel in the future. Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 23, 2023
Also delete some deprecated tests classes that are no longer compatible with the junit5 way of doing things. Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 23, 2023
Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 23, 2023
Allow for non DAWG approved tests to run. Adds a manifest-all.ttl file for geosparql like sparql 1.1. compliance. Also remove some unused imports. Signed-off-by: Jerven Bolleman <jerven.bolleman@sib.swiss>
JervenBolleman
added a commit
that referenced
this issue
Nov 23, 2023
hmottestad
added a commit
that referenced
this issue
Jan 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📶 enhancement
issue is a new feature or improvement
M2
Fixed in milestone 2
M3
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
Problem description
It currently is a JUnit4 Suite
Preferred solution
Junit5 testcases
Are you interested in contributing a solution yourself?
Yes
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: