New tests ns structure.

This commit is contained in:
Peter Taoussanis 2012-07-05 15:02:27 +07:00
parent 404d2ab886
commit 3daa33c02c
3 changed files with 6 additions and 10 deletions

View File

@ -0,0 +1,6 @@
(ns test-taoensso.timbre
(:use [clojure.test]
[taoensso.timbre :as timbre :only (info)]
[taoensso.timbre.profiling :as profiling :only (p profile)]))
(deftest test-nothing) ; TODO

View File

@ -1,5 +0,0 @@
(ns test-timbre.timbre
(:use [clojure.test]
[taoensso.timbre :as timbre :only (info)]))
(deftest test-nothing) ; TODO

View File

@ -1,5 +0,0 @@
(ns test-timbre.timbre.profiling
(:use [clojure.test]
[taoensso.timbre :as timbre :only (info)]))
(deftest test-nothing) ; TODO