Namespaces to test. Note that the watcher cannot watch
itself.
(defn namespaces-to-test
"Namespaces to test. Note that the watcher cannot watch
itself."
[]
(try
(disj (set (concat (test-namespaces-for-changed-source-namespaces)
(changed-test-namespaces)))
'circumspec.watch-test)
(catch Throwable e
(println (reload-exception-message e)))))
Comments top
No comments for namespaces-to-test. Log in to add a comment.