[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] Failing tests for ob-clojure
From: |
Daniel Kraus |
Subject: |
Re: [BUG] Failing tests for ob-clojure |
Date: |
Thu, 24 Aug 2023 14:26:22 +0200 |
Hi!
Ihor Radchenko <yantar92@posteo.net> writes:
> I am now going through all the babel tests that are disabled by default.
>
> ob-clojure tests appear to be completely broken:
>
> 1. (org-test-for-executable "cider") assertion is strange as cider
> package does not have any executable.
>
> 2. All the tests seems to assert that ob-clojure supports sessions,
> while it does not seem to be the case.
Unfortunately you're right and I would even say we can completely
remove `test-ob-clojure.el`.
There seems to be only tests for session support which currently
doesn't exist anymore and another one which tests plain tangle
and is not really Clojure specific.
I would love to write new tests but as I just started a new job
and got a new baby at the same time, I don't think I'll find the
time for it the next 3-4 month :(
Thanks,
Daniel