mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Rename test -> testing
This commit is contained in:
parent
1af3f5010d
commit
bae946dac4
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
[cemerick.url :refer (url url-encode url-decode)]
|
[cemerick.url :refer (url url-encode url-decode)]
|
||||||
[clj-yaml.core :as yaml]
|
[clj-yaml.core :as yaml]
|
||||||
[markdown.core :as md]
|
[markdown.core :as md]
|
||||||
[smeagol.test :as test]
|
[smeagol.testing :as testing]
|
||||||
[smeagol.configuration :refer [config]]))
|
[smeagol.configuration :refer [config]]))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
(defn process-test
|
(defn process-test
|
||||||
"Takes at least 3 lines assuming first is a fn name, last is output, rest inside are arguments"
|
"Takes at least 3 lines assuming first is a fn name, last is output, rest inside are arguments"
|
||||||
[^String text ^Integer index]
|
[^String text ^Integer index]
|
||||||
(test/process text index))
|
(testing/process text index))
|
||||||
|
|
||||||
|
|
||||||
(defn get-first-token
|
(defn get-first-token
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(ns smeagol.test
|
(ns smeagol.testing
|
||||||
(:require [clojure.string :as s]
|
(:require [clojure.string :as s]
|
||||||
[clojure.edn :as edn]))
|
[clojure.edn :as edn]))
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue