RAA - elispunit/0.1

elispunit / 0.1

Short description: EmacsLisp Unit Test
Category: Library/Development
Status: usable
Created: 2005-04-09 05:37:12 GMT
Last update: 2005-04-10 23:08:16 GMT
Owner: rubikitch (Projects of this owner)
Homepage: http://www.rubyist.net/~rubikitch/computer/elispunit/
Download: http://www.rubyist.net/~rubikitch/archive/elispunit-0.1.tar.gz
License: GPL
Dependency:
None
Description:

EmacsLisp unit testing library using Test::Unit(RubyUnit) and gnuserv.

Example:
require 'test/unit'
require 'elispunit'

class ElispTestCase < Test::Unit::TestCase
include ElispUnit

# elisp %((load "some-lispfile.el"))

def_test("plus") do
elisp %((setq a 1))
eq? '2', %((+ a 1))
end

end

Versions: [0.2 (2005-06-10)] [0.1 (2005-04-10)]

Edit this project (for project owner)

back to RAA top