instrumention is done by testrunner

This commit is contained in:
Michael Jerger 2024-08-30 16:58:37 +02:00
parent 2e39383a04
commit 2c3a0aa8a9

View file

@ -1,14 +1,8 @@
(ns dda.backup.restic.domain-test
(:require
[clojure.test :refer [deftest is are testing run-tests]]
[orchestra.spec.test :as st]
[dda.backup.restic.domain :as cut]))
(st/instrument `cut/repo-command)
(st/instrument `cut/init-repo-command)
(st/instrument `cut/unlock-repo-command)
(st/instrument `cut/forget-command)
(deftest should-calculate-repo-command
(is (= [{:dir "dir"}
"restic"