Skip to content

fmezas/midje-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Midje-mode is an Emacs minor mode for Midje - test framework for Clojure, which provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing.

See also wiki pages about midje-mode and clojure-jump-to-file.

Install

Midje-mode can be installed through el-get: just add midje-mode to your el-get-sources.

In addition, Midje-mode is on marmalade-repo.org. Follow the instructions on marmalade-repo.org to use the maramalde repo, then install the midje-mode package.

Finally, you can download files manually and place it somewhere on load-path, then add following lines to your .emacs file:

(require 'midje-mode)
(require 'clojure-jump-to-file)

About

Emacs mode for the Midje test framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%