假设我有以下命名空间:
(ns testsuite.bar ...)
和
(ns testsuite.foo ...)
有没有办法要求/使用其中的所有命名空间testsuite
?
就像是:
(use 'testsuite.*)
(run-all-tests)
假设我有以下命名空间:
(ns testsuite.bar ...)
和
(ns testsuite.foo ...)
有没有办法要求/使用其中的所有命名空间testsuite
?
就像是:
(use 'testsuite.*)
(run-all-tests)