Skip to content

Commit 1e64a91

Browse files
authored
tests: finish moving to conventional nses (#54)
Addendum to #35
1 parent 58a8b3f commit 1e64a91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/clj_http/test/client_test.clj renamed to test/clj_http/lite/client_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(ns clj-http.test.client-test
1+
(ns clj-http.lite.client-test
22
(:require [clj-http.lite.client :as client]
3-
[clj-http.test.core-test :refer [base-req with-server current-port]]
3+
[clj-http.lite.core-test :refer [base-req with-server current-port]]
44
[clj-http.lite.util :as util]
55
[clojure.test :refer [deftest is testing use-fixtures]])
66
(:import (java.net UnknownHostException)))

test/clj_http/test/core_test.clj renamed to test/clj_http/lite/core_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns clj-http.test.core-test
1+
(ns clj-http.lite.core-test
22
(:require [clj-http.lite.core :as core]
33
[clj-http.lite.util :as util]
44
[clojure.test :refer [deftest is use-fixtures]]

test/clj_http/test/links_test.clj renamed to test/clj_http/lite/links_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns clj-http.test.links-test
1+
(ns clj-http.lite.links-test
22
"Imported from https://github.com/dakrone/clj-http/blob/217393258e7863514debece4eb7b23a7a3fa8bd9/test/clj_http/test/links_test.clj"
33
(:require [clj-http.lite.links :refer [wrap-links]]
44
[clojure.test :refer [deftest is testing]]))

0 commit comments

Comments
 (0)