e257-fi / dirsuite   0.32.0

Apache License 2.0 GitHub

DirSuite add-on for ScalaTest | Mirror, please use https://gitlab.com/e257/testing/dirsuite for issues and PRs

Scala versions: 3.x 2.13 2.12

Build status Coverage Maven Central javadoc

DirSuite test framework and add-on for ScalaTest

This is DirSuite add-on to ScalaTest. DirSuite can run (huge) collection of tests which are defined on filesystem. Arguments, inputs and expected reference output files are defined in the test directory.

Documentation

Releases

Dependency settings for SBT are:

libraryDependencies += "fi.e257.testing" %% "dirsuite" % "version-number"

DirSuite artifacts are released on Maven Central Repository.

For release information and version history details, see CHANGELOG. For Upgrade instructions, see UPGRADE.

Contributing to DirSuite

Contributions to the project are welcome. See CONTRIBUTING how you could help.

Your pull requests and patches can be merged only if you can certify the Developer Certificate of Origin (DCO), Version 1.1.

By signing-off your commit you certify DCO and acknowlegde that you have the rights to submit your pull requsted or patch as an open-source contribution, as stated in Developer Certificate of Origin.

Certifying DCO is done by adding a Signed-off-by line to every git commit message:

Signed-off-by: gitlab-account <[email protected]>

If you set your user.name and user.email correctly in git config, then git will automatically include that line for you with git commit -s. You can also create a git commit.template with appropriate content. These settings can be done per repository basis, so they don’t have to be globally set in your system.

Please make sure that you sign-off all your PR’s commits.

Credits

Without ScalaTest this project would not exists. See THANKS for full list of credits.

License

Copyright 2016-2019 E257.FI Contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.