Merge branch 'master' of ssh://repo.prod.meissa.de:2222/meissa/data-test

This commit is contained in:
Michael Jerger 2023-07-28 08:44:28 +02:00
commit cd29fb0a6d

View file

@ -11,6 +11,12 @@ data-test separates test data from test code and allows a more data driven appro
## Usage ## Usage
Import data-test to your project
```clojure
[dda/data-test "0.1.1"]
```
Define your data test similar to `deftest` and express your test e.g. with `is` macro. The given binding `[input expected]` will let symbols which can be used in your test code. Define your data test similar to `deftest` and express your test e.g. with `is` macro. The given binding `[input expected]` will let symbols which can be used in your test code.
```clojure ```clojure
@ -113,6 +119,6 @@ Each data-test execution will report it's results to "target/datatest/". The key
## License ## License
Copyright © 2021 meissa GmbH Copyright © 2022 meissa GmbH
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License") Licensed under the [Apache License, Version 2.0](LICENSE) (the "License")
Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE) Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE)