Skip to content

How to run tests properly #3160

Answered by doublep
yuhan0 asked this question in Q&A
Feb 23, 2022 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

The problem appears to be in this piece of code:

(let ((expected (string-join '("-Sdeps '{:deps {nrepl/nrepl {:mvn/version \"0.9.0\"} "
                               "cider/cider-nrepl {:mvn/version \"0.28.3\"}} "
                               ":aliases {:cider/nrepl {:main-opts [\"-m\" \"nrepl.cmdline\" \"--middleware\""
                               " \"[cider.nrepl/cider-middleware]\"]}}}' -M:cider/nrepl")
                             "")))
  (describe "should remove duplicates, yielding the same result"
            (expect (cider-clojure-cli-jack-in-dependencies nil nil '(("nrepl/nrepl" "0.9.0")
                                                                      ("nrepl/nrepl" "0…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@vemv
Comment options

@yuhan0
Comment options

@bbatsov
Comment options

@vemv
Comment options

Answer selected by yuhan0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants