From fb08a1e45aa10706345c2bacc3655cef4fc23098 Mon Sep 17 00:00:00 2001 From: jerger Date: Tue, 27 Dec 2022 07:50:20 +0100 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0039bfe..5543717 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ data-test separates test data from test code and allows a more data driven appro ## 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. ```clojure @@ -112,6 +118,6 @@ Each data-test execution will report it's results to "target/datatest/". The key ## License -Copyright © 2021 meissa GmbH +Copyright © 2022 meissa GmbH Licensed under the [Apache License, Version 2.0](LICENSE) (the "License") Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE)