Skip to content

Commit d67d211

Browse files
aliases: :test/env remove pjstadig/humane-test-output
The `pjstadig/humane-test-output` library requires activation to be of use The activation could be achieved by adding an expression to evaluate using the `-e` flag in the configuration, although Practicalli limits the use of this approach Practicalli recommends the Kaocha test runner which has a reporter that negating the need for the humane test output library
1 parent 64d8b8e commit d67d211

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Deprecated: `:lint/idiom` - use clj-kondo binary instead
1414
- Removed: `:lib/scope-capture` - use cider-debug or `:lib/flowstorm` or Portal data inspector
1515
- Removed: `:alpha/closh` - project only proof of concept
16+
- `:test/env` - remove `pjstadig/humane-test-output` library as it requires activation
1617

1718
* 2023-10-17
1819
** Added

deps.edn

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -541,12 +541,6 @@
541541
;; ---------------------------------------------------
542542
;; Testing Environment / Libraries
543543

544-
;; Include the test directory on the class path
545-
;; Humane test output for pretty printed results
546-
:test/env
547-
{:extra-paths ["test"]
548-
:extra-deps {pjstadig/humane-test-output {:mvn/version "0.11.0"}
549-
org.clojure/test.check {:mvn/version "1.1.1"}}}
550544

551545
:lib/ring-mock
552546
{:extra-deps {ring/ring-mock {:mvn/version "0.4.0"}}}
@@ -801,6 +795,10 @@
801795

802796
;; End of Socket REPL
803797
;; ---------------------------------------------------
798+
;; Include the test directory on the class path
799+
:test/env
800+
{:extra-paths ["test"]
801+
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}}}
804802

805803

806804
;; Format tool friendly way to highlight end of configuration sections

0 commit comments

Comments
 (0)