Skip to content
Snippets Groups Projects
Commit 46fca40d authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

cosmetic: change tests docstrings

parent 04b8d517
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ and language"
;; translations for defined language
(test translation.language
"Test single language definition"
"Single language definition"
(with-fixture time/lang (:run-time 'en)
(translate:define-language 'en
"phrase-1" "Phrase one")
......@@ -46,6 +46,7 @@ and language"
(is (equal "Phrase two" #t"phrase-2"))))
(test translation.lexically-scoped-languages
"Multiple languages per lexical scope"
(with-fixture time/lang (:run-time nil)
(translate:define-language 'en
"phrase" "Phrase")
......@@ -60,7 +61,7 @@ and language"
#t"phrase")))))
(test translation.missing-phrases
"Test single language definition"
"Missing phrases removal"
(with-fixture time/lang (:run-time 'en)
(translate:define-language 'en)
(is (equal "{phrase}" #t"phrase"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment