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.
-
DirSuite Reference contains reference information for dirsuite
-
DirSuite HOWTO has examples how to use dirsuite
-
Example DirSuite test setup:
-
examples Demo setup with example test corpus.
-
examples → src → tests → DirSuiteDemo DirSuite tests against example corpus.
-
examples → tests Test corpus for example project
-
-
Tackler Project has extensive set of tests based on 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.
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.