Initial commit; basically works, needs refinement.
This commit is contained in:
parent
2df432fd4b
commit
a7b9bca797
9 changed files with 661 additions and 1 deletions
7
test/wherefore_art_thou/core_test.clj
Normal file
7
test/wherefore_art_thou/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns wherefore-art-thou.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[wherefore-art-thou.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue