-
Notifications
You must be signed in to change notification settings - Fork 9
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
Examples-inspired integtests #103
Conversation
build-all.sh header fix
…hecking enhanced
…trolMeasureBuilderTest (+adjusted the to check the usage of `cmb.withSoftware()`)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it
} | ||
} | ||
|
||
object SampleMeasurementsIntegrationSuite { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unsure if we have an agreement on this or not, but I would rather see this at the top
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved in #106
* #99 examples in a subfolder, * #99 README.md update * #99 encoding added to example projects * #99 span scale factor = 10 for GH action * #99 copyright year update * #99 explicit plugin versions moved to properties (build plugin maven.release.plugin.version, scala.cross.build.maven.plugin.version) * #99 SampleMeasurementsIntegrationSuite companion object moved in front of the class #103 (comment) Co-authored-by: Saša Zejnilović <[email protected]>
The
SampleMeasurements{1, 2, 3}
served a basis for this integration tests._INFO
file content to make the test complete.atum/src/test/resources/data/input/{wikidata.csv, wikidata.csv.info}
) are directly copied from theexamples
moduleControlMeasureBuilderTest
cmb.withSoftware(...)
, too.I haven't created a specific integration profile at this point, because the breadth of the integration code is quite small. Should it grow significantly, we can always proceed with this further.