test-runner

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

Test-runner Alternatives

Similar projects and alternatives to test-runner

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better test-runner alternative or higher similarity.

test-runner reviews and mentions

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
  • A note from our sponsor - SaaSHub
    www.saashub.com | 27 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic test-runner repo stats
3
276
0.0
about 2 months ago

cognitect-labs/test-runner is an open source project licensed under Eclipse Public License 2.0 which is an OSI approved license.

The primary programming language of test-runner is Clojure.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com