Merge branch 'master' of ssh://repo.prod.meissa.de:2222/meissa/data-test
This commit is contained in:
commit
cd29fb0a6d
1 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue