Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: documenting/testing framework ?



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