Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Unit testing & AOP questions

Newsgroups: perl.macosx
Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <t...@glyss.com>
Mailing-List: contact macosx-h...@perl.org; run by ezmlm
Delivered-To: mailing list mac...@perl.org
Delivered-To: moderator for mac...@perl.org
Delivered-To: mac...@perl.org
Date: Fri, 2 May 2003 00:17:32 -0400
Subject: Unit testing & AOP questions
Content-Type: text/plain; charset=US-ASCII; format=flowed
Mime-Version: 1.0 (Apple Message framework v552)
To: mac...@perl.org
Content-Transfer-Encoding: 7bit
In-Reply-To: <p06001007bad76aa20aca@[10.0.0.6]>
Message-ID: <FEBD8B41-7C54-11D7-9A09-000393847918@glyss.com>
X-Mailer: Apple Mail (2.552)
X-SMTPD: qpsmtpd/0.26-dev, http://develooper.com/code/qpsmtpd/
X-Spam-Check-By: one.develooper.com
X-Spam-Status: No, hits=-1.5 required=7.0 tests=CARRIAGE_RETURNS,IN_REP_TO,SPAM_PHRASE_00_01,USER_AGENT_APPLEMAIL version=2.44
X-SMTPD: qpsmtpd/0.26-dev, http://develooper.com/code/qpsmtpd/
Approved: n...@nntp.perl.org
From: t...@glyss.com (Troy Davis)
References: <p06001007bad76aa20aca@[10.0.0.6]>
Lines: 28

Hi all,

I've been working with Test::Unit on Mac OS X lately, I've been trying 
to set up a good environment to do XP-style programming. But I can't 
figure out how to assign a key command in BBEdit to run a script 
(running testRunner.pl on my Test.pm file).

Right now I've got a tcsh script to run TestRunner.pl on my test.pm 
module, it seems to work ok. But I've got to keep the tcsh script open, 
and find it behind a bunch of other windows, which I haven't figured 
out how to do quickly. I would love to minimize my mouse use while 
writing perl.

Has anyone on this list set up a fast environment for unit testing? 
I've seen eclipse running on linux and windows doing this, xunit 
plugins for java, and it seemed to be pretty quick. Much faster than 
eclipse on Mac OS X, anyway.

Any advice would be greatly appreciated.

One other curiosity: Anyone here worked with Aspect.pm? I never could 
figure out the MVC model, and I'm looking to use aspects instead, seems 
to make a little more sense to me. Anyone here working with aspects in 
perl?

Cheers,
Troy