Released toggle.el v 1.2 and autotest.el 1.0 beta 2

| | Comments (2)

I just released toggle.el, version 1.2 and autotest.el 1.0 beta 2.

Get them via: http://www.emacswiki.org/cgi-bin/wiki/RyanDavis

toggle.el

toggle.el allows you to quickly open corresponding files via a dynamic mapping. In this release I added some bug fixes and a mapping for rspec.

There are now 4 different mapping styles in this version: zentest, rails, rspec, and ruby. Feel free to submit more and I'll incorporate them.

Example Mapping (rspec style):

app/models/blah.rb      <-> spec/models.blah_spec.rb
app/controllers/blah.rb <-> spec/controllers/blah_spec.rb
app/views/blah.rb       <-> spec/views/blah_spec.rb
app/helpers/blah.rb     <-> spec/helpers/blah_spec.rb

autotest.el

autotest.el is a godsend for me. It runs all my tests inside emacs itself, providing hyperlinks in backtraces and the ability to quickly switch between the autotest output and the last buffer I was working in. The combination of autotest.el and autotest speeds me up tremendously.

2 Comments

Very nice. I like the autotest integration with emacs.

We lauch autotest from rake, could add this so emacs sees the directory change:

(set (make-local-variable 'compilation-directory-matcher) '("(in \(.+\))$" (1 . nil)) )

Also, it would be nice to have the autotest command configurable as a variable.

Great stuff, Thanks!

Also, it seems this are some autotest plugins that invoke autotest-status, mind posting those also?

Leave a comment

About this Entry

This page contains a single entry by zenspider published on April 8, 2007 12:42 AM.

Functional Test Matrix was the previous entry in this blog.

Functional Test Matrix, cont. (sorta) is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.32-en