In case others wonder how do file a ticket on Assembla:
1. sign up for an Assembla account at www.assembla.com
2. Ack the signup email
3. go to : https://www.assembla.com/spaces/clojure-contrib/tickets
4. look for the 'create ticket' button.
Then tell me where it is so I can also file a ticket. H
On Sep 23, 3:39 pm, MarkSwanson wrote:
> I'm trying to use tst/tap.clj but the tap output does not contain the
> 'not ok' line.
> I think this is a bug in tap.clj. Here is the small test:
You're right, it's a bug. Please file a ticket on Assembla; you can
assign it to me.
-Stuart Sierra
--~--
Hello,
I'm trying to use tst/tap.clj but the tap output does not contain the
'not ok' line.
I think this is a bug in tap.clj. Here is the small test:
(ns tc
(:use [clojure.test]))
(deftest addition
(is (= 4 (+ 2 2)))
(is (= 8 (+ 3 4
>(use 'clojure.test)
>(use 'clojure.t