summaryrefslogtreecommitdiff
path: root/test/dactyl_cave/core_test.clj
diff options
context:
space:
mode:
authorjoshreve <j.a.shreve@gmail.com>2020-08-16 21:13:16 -0400
committerjoshreve <j.a.shreve@gmail.com>2020-08-16 21:13:16 -0400
commit889e50856945e5fbf7febe3bb1516789e3b53f94 (patch)
tree9ede8a7dbb8c8d865e9d24ed313c2266e8868077 /test/dactyl_cave/core_test.clj
parent7b26338842899833d0da75a9b0e75466d0553af5 (diff)
Conversion to Python 3 based file generation. Removed Clojure files and updated README.md.
Diffstat (limited to 'test/dactyl_cave/core_test.clj')
-rw-r--r--test/dactyl_cave/core_test.clj7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/dactyl_cave/core_test.clj b/test/dactyl_cave/core_test.clj
deleted file mode 100644
index 2259ab4..0000000
--- a/test/dactyl_cave/core_test.clj
+++ /dev/null
@@ -1,7 +0,0 @@
-(ns dactyl-cave.core-test
- (:require [clojure.test :refer :all]
- [dactyl-cave.core :refer :all]))
-
-(deftest a-test
- (testing "FIXME, I fail."
- (is (= 0 1))))