Initial commit. It works, but there may yet be some changes.
This commit is contained in:
commit
77511173bc
8 changed files with 538 additions and 0 deletions
7
test/mw_cli/core_test.clj
Normal file
7
test/mw_cli/core_test.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns mw-cli.core-test
|
||||
(:require [clojure.test :refer :all]
|
||||
[mw-cli.core :refer :all]))
|
||||
|
||||
(deftest a-test
|
||||
(testing "FIXME, I fail."
|
||||
(is (= 0 1))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue