All projects
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Displaying projects 24801 - 24820 of 32446
License compliance tool to identify dependencies license names and types: permissive, copyleft, proprietory, etc.
vrs 2022-12-26 | Clojure user contributions library.
vshender 2010-07-28 | Avoid the hassle of restructuring comments into functions.
Testify turns selected comments into automatically evaluated
scripts, while remaining as comments embedded within the code.
Evaluate these comments directly from within a test, or in any
other way preferred. Rename the (comment) to (test-comment)
and evaluate with (eval-in-ns 'your-namespace). Testify will
find the test-comment and evaluate its content for you. The
test-comment is an empty macro ignoring its body, just like
comment, that Testify recognizes. Testify can easily be told
to evaluate content of any other top level form, while
test-comment is a default. Testify use levels of isolation.
While eval-in-ns evaluates expressions in its namespace, like
when evaluating comments manually, its sibling eval-as-use
evaluates from within a temporary namespace, preventing
pollution. This is more suitable for repeatable tests.
Testify reads source code, and keeps track of where it is.
Code should be highlighted when a test assertion fails, even
though the assertion is in a comment. Testify is not a testing
framework, but rather a pun on: to witness, reveal comment,
display it in the repl.
vstein 2024-04-19 | Functions to insert vaclab style data in vaclab style database documents.
wactbprot 2021-02-05 | Clojure library of utility functions and macros
waffletower 2016-12-02 | Humane test output for clojure.test
wambat 2015-02-04 | A collection of common utility functions for XTDB
wang 2021-09-10 | No description given
wang 2021-09-08 | No description given
wang 2021-09-05 | simple clojure app template
wang 2021-08-14 | No description given
wang 2021-10-27 | No description given
wang 2021-09-10 | Tool for generating artifacts versioned on the most recent git commit sha and commit time.
wasp 2018-11-18 | A tool to build HTML documentation from your Clojure source
weavejester 2011-07-23 |