Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RagConnect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
RagConnect
Merge requests
!31
Resolve "Improvement of tests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Improvement of tests"
feature/improvement-tests
into
dev
Overview
0
Commits
19
Pipelines
1
Changes
25
Merged
René Schöne
requested to merge
feature/improvement-tests
into
dev
3 years ago
Overview
0
Commits
19
Pipelines
1
Changes
25
Expand
Closes
#32 (closed)
Not done due to time:
test cases for inherited attributes, non-terminal opts, and for endpoints, that always apply
Investigate possibility of parallelizing tests
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
42a01614
19 commits,
3 years ago
25 files
+
1088
−
1011
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
ragconnect.base/build.gradle
+
6
−
0
Options
@@ -266,3 +266,9 @@ publishing {
// --- Task order ---
generateAst
.
dependsOn
relast
publish
.
dependsOn
jar
// --- Misc ---
dependencyUpdates
{
gradleReleaseChannel
=
'current'
revision
=
'release'
}
Loading