Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: documenting/testing framework ?
- X-seq: zsh-users 13783
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Marc Chantreux <khatar@xxxxxxxxx>
- Subject: Re: documenting/testing framework ?
- Date: Fri, 30 Jan 2009 14:04:03 +0100
- Cc: zsh-users <zsh-users@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=8Zds+lZ+S1uZVdD18E5hblxHuMbRta4NG0tAjwMROPg=; b=f1jI1EsDSt8jnSLshfr/ULaKS0mMFNuRrukDi3awVMhbO6U1YHhFwIsKwZ/dfqip5R F+eJRptS78jU8Sn6zTQtG3RcTR7pFUOSOu4LZjyyLEGACwKn3ccvyLHYXheIFu6KKtb4 gQh+WK/qBraJ8cm2RId6lNoThNk5AGhRRdDJE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=XCZBLlHJvfTYlZY4cY8zjh0Al/yr9t9I7sIgcwSteHWP0JJNM50fXaPP2fiBgPEn4V F1Mo5S3YkGEaPtnZKyWlLGShqvHu2kjFQxwo7HYJZjGmSjqb+aWNBVT0LW8wYm70Ccua X0LL7qsU1wqhjRR2VuhNBZ0GTZor5LIk44ZIE=
- In-reply-to: <20090130083401.GB9835@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090128080223.GA10155@xxxxxxxxxxxx> <2d460de70901291440u28d28d4fr498555d8cffed023@xxxxxxxxxxxxxx> <20090130074942.GA9835@xxxxxxxxxxxx> <2d460de70901292352w6ac68068ted4ab925b441fe1b@xxxxxxxxxxxxxx> <20090130083401.GB9835@xxxxxxxxxxxx>
On Fri, Jan 30, 2009 at 09:34, Marc Chantreux <khatar@xxxxxxxxx> wrote:
> I wrote a complete zsh env that would be
>
> - installed on coworkers machines
> - used by coworkers
>
> I need to test and document it.
Well, to test, you either need to write wrapper scripts which set up a
certain test environment and then call whatever you defined.
To comment, I suggest
# foo: This function prints foo
foo() {
echo foo
}
> well. as the question is finally different, is it still needed ?
Nope.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author