Skip to content

Commit

Permalink
avoid using the kaocha.plugin namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Dec 4, 2020
1 parent 4adefda commit df04e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simple-testing/tests.edn
@@ -1,5 +1,5 @@
#kaocha/v1
{:plugins [:kaocha.plugin/retry]
{:plugins [:retry.plugin/retry]
:capture-output? false

:tests [{:id :unit
Expand Down
4 changes: 2 additions & 2 deletions src/kaocha/plugin/retry.clj → src/retry/plugin.clj
@@ -1,4 +1,4 @@
(ns kaocha.plugin.retry
(ns retry.plugin
"Instrument/unstrument namespaces with Orchestra, to get validation of function
arguments and return values based on clojure.spec.alpha."
(:require [clojure.test :as te]
Expand Down Expand Up @@ -34,7 +34,7 @@

(recur (with-capture-report t)))))))))

(defplugin kaocha.plugin/retry
(defplugin retry.plugin/retry
(pre-run [test-plan]
(reset! current-retries {})
test-plan)
Expand Down

0 comments on commit df04e0d

Please sign in to comment.