test-runner VS clj-new

Compare test-runner vs clj-new and see what are their differences.

test-runner

A test runner for clojure.test (by cognitect-labs)

clj-new

Generate new projects based on clj, Boot, or Leiningen Templates! (by seancorfield)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
test-runner clj-new
3 5
276 486
1.1% -
0.0 4.4
2 months ago about 2 months ago
Clojure Clojure
Eclipse Public License 2.0 Eclipse Public License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

test-runner

Posts with mentions or reviews of test-runner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Clojure is a product design tool
    8 projects | news.ycombinator.com | 22 Jun 2023
    > I had to Grok Integrant again because I wouldn't understand my project otherwise.

    You can use plain functions and `reduce` for system composition if you want. Take a look at how Biff does it: https://biffweb.com/p/thinking-about-system-composition/

    DI should be used sparingly for the top-level, stateful pieces of your system. If you can't understand your program without it, is this a problem with Clojure itself or the design of the program?

    > And when it comes to best practices around unit testing, it's another one of those things where no one in the community seems to be sharing much about it.

    The `clojure.test` API has stayed the same for the last decade and that's what you'll see in most projects. Is the concern about how to run tests? Both of the following libraries work well:

    Minimal test runner: https://github.com/cognitect-labs/test-runner

  • Build and run Clojure projects. CLI, tools.deps and deps.edn guide
    4 projects | dev.to | 2 Apr 2022
    :aliases {:test {:extra-paths ["test"] :extra-deps {io.github.cognitect-labs/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git" :git/sha "8c3f22363d63715de4087b038d79ae0de36a3263"}} :main-opts ["-m" "cognitect.test-runner"] :exec-fn cognitect.test-runner.api/test}}
  • How can I test my clojure code without re-jacking in every time?
    3 projects | /r/Clojure | 28 Dec 2021
    Cognitect's test-runner is probably the most commonly used approach with deps.edn and the CLI: https://github.com/cognitect-labs/test-runner

clj-new

Posts with mentions or reviews of clj-new. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-02.

What are some alternatives?

When comparing test-runner and clj-new you can also consider the following projects:

kaocha - Full featured next gen Clojure test runner

babashka-tools - A collection of Babashka tools

rlwrap - A readline wrapper

graalvm-clojure - This project contains a set of "hello world" projects to verify which Clojure libraries do actually compile and produce native images under GraalVM.

pomegranate - A sane Clojure API for Maven Artifact Resolver + dynamic runtime modification of the classpath

timbre - Pure Clojure/Script logging library

rain - 🌧️ A Clojure/Script library for fast and flexible web apps.

clojure-test-lib

imba - 🐤 The friendly full-stack language

deps-deploy - deploy your stuff