Skip to content

A fork of cognitect-labs/test-runner for use with nbb

License

Notifications You must be signed in to change notification settings

nextjournal/nbb-test-runner

 
 

Repository files navigation

nbb-test-runner

nbb-test-runner is a fork of cognitect-labs/test-runner for use with nbb.

Usage

Add the following dependency to your nbb.edn:

{:deps
 {io.github.nextjournal/nbb-test-runner {:git/sha "<GIT-SHA>"}}}

Then run tests with:

# If nbb is installed locally and tests are in test/
$ yarn nbb -cp test -m nextjournal.test-runner
# If nbb is installed globally and tests are in test/
$ nbb -cp test -m nextjournal.test-runner

Copyright and License

Copyright © 2018-2022 Cognitect

Licensed under the Eclipse Public License, Version 2.0

About

A fork of cognitect-labs/test-runner for use with nbb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%