Skip to content

abscondment/lein-test-is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-test-is

This is a plugin for testing Leiningen projects that rely on Clojure 1.0 using the test-is framework.

Installation

Add lein-test-is to your project's dev-dependencies. For example:

(defproject my-old-library "1.0-SNAPSHOT"
    :dev-dependencies [[lein-test-is "0.1.0-SNAPSHOT"]])

Usage

To run your project's tests, simply type:

lein test-is

License

Copyright (C) 2010 Brendan Ribera

Distributed under the Eclipse Public License, the same as Clojure uses. See the file COPYING.

About

Test plugin for Leiningen projects using Clojure 1.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published