This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-30
Channels
- # announcements (1)
- # asami (60)
- # babashka (7)
- # beginners (19)
- # biff (5)
- # calva (12)
- # cherry (4)
- # cider (8)
- # clerk (3)
- # clojure-europe (3)
- # clojuredesign-podcast (2)
- # clojurescript (8)
- # data-science (48)
- # fulcro (8)
- # hyperfiddle (21)
- # leiningen (1)
- # malli (7)
- # music (3)
- # off-topic (7)
- # pedestal (15)
- # portal (8)
- # releases (2)
https://github.com/clojure-expectations/clojure-test of the clojure.test
-compatible kind: com.github.seancorfield/expectations {:mvn/version "2.1.182"}
• Improved failure reporting: most failures now provide an additional message describing the failure as well as improving how the expected and actual values are displayed (primarily hiding =?
and showing a more accurate/intuitive test form).
• Update deps.edn
to use :main-args
(instead of :main-opts
) for parameterized tasks in build.clj
-- see https://clojure-doc.org/articles/cookbooks/cli_build_projects/
• Drop support for Java 8 (it may continue to work but it is no longer tested).
• Update dependencies to latest stable versions.
Follow-up in #expectations (or #testing)