This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-04
Channels
- # announcements (4)
- # aws (3)
- # babashka (58)
- # beginners (59)
- # biff (6)
- # cider (3)
- # clj-kondo (48)
- # clj-on-windows (1)
- # cljdoc (1)
- # clojure (136)
- # clojure-europe (19)
- # clojure-gamedev (7)
- # clojure-germany (2)
- # clojure-nl (7)
- # clojure-norway (1)
- # clojure-portugal (1)
- # clojure-uk (4)
- # clojurescript (41)
- # community-development (2)
- # core-async (5)
- # cursive (10)
- # data-oriented-programming (1)
- # data-science (1)
- # datahike (5)
- # datomic (60)
- # docker (2)
- # emacs (13)
- # figwheel-main (19)
- # fulcro (12)
- # graalvm (9)
- # holy-lambda (41)
- # honeysql (14)
- # introduce-yourself (3)
- # jobs (4)
- # lsp (11)
- # nrepl (1)
- # off-topic (9)
- # other-languages (2)
- # pathom (22)
- # portal (5)
- # re-frame (17)
- # remote-jobs (4)
- # reveal (14)
- # shadow-cljs (1)
- # tools-build (7)
- # tools-deps (47)
- # xtdb (8)
- # yada (2)
I tried wiring up the Portal test runner. And it works quite well with standard test namespaces! Thanks for an awesome addition!
I discovered that Portal doesn’t parse defspec
(used for property tests) correctly.
There’s additional special data that Portal can’t parse:
{:clojure.test.check.clojure-test/trial [1 10],
:type :clojure.test.check.clojure-test/trial,
:clojure.test.check.clojure-test/property
{:gen #function[clojure.test.check.generators/gen-fmap/fn--26068]}}
👍 1
Interesting :thinking_face: What would be a meaningful way to render this information? Or should it be suppressed?
I'll think about it before giving my opinion. But as it is now, instead of one namespace tap it's all the info broken up. I'll post a screenshot tomorrow.
I started on a https://github.com/djblue/portal/pull/123, still needs a little work